com.tonbeller.wcf.selection
Class SelectionChangeSupport

java.lang.Object
  extended bycom.tonbeller.wcf.selection.SelectionChangeSupport

public class SelectionChangeSupport
extends java.lang.Object


Constructor Summary
SelectionChangeSupport(SelectionModel source)
           
 
Method Summary
 void addSelectionListener(SelectionChangeListener l)
           
 void fireSelectionChanged(RequestContext context)
           
 void removeSelectionListener(SelectionChangeListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionChangeSupport

public SelectionChangeSupport(SelectionModel source)
Method Detail

fireSelectionChanged

public void fireSelectionChanged(RequestContext context)

addSelectionListener

public void addSelectionListener(SelectionChangeListener l)

removeSelectionListener

public void removeSelectionListener(SelectionChangeListener l)