Class SelectionChangeSupport
- java.lang.Object
- 
- com.bc.ceres.swing.selection.support.SelectionChangeSupport
 
- 
 public class SelectionChangeSupport extends Object Supports implementation ofSelectionChangeEmitters. This class is thread-safe.- Since:
- Ceres 0.10
 
- 
- 
Constructor SummaryConstructors Constructor Description SelectionChangeSupport()SelectionChangeSupport(Object realEventSource)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSelectionChangeListener(SelectionChangeListener listener)SelectionChangeEventcreateEvent(SelectionContext selectionContext, Selection selection)voidfireSelectionChange(SelectionChangeEvent event)voidfireSelectionChange(SelectionContext selectionContext, Selection selection)voidfireSelectionContextChange(SelectionChangeEvent event)ObjectgetRealEventSource()SelectionChangeListener[]getSelectionChangeListeners()voidremoveSelectionChangeListener(SelectionChangeListener listener)
 
- 
- 
- 
Constructor Detail- 
SelectionChangeSupportpublic SelectionChangeSupport() 
 - 
SelectionChangeSupportpublic SelectionChangeSupport(Object realEventSource) 
 
- 
 - 
Method Detail- 
getRealEventSourcepublic Object getRealEventSource() 
 - 
addSelectionChangeListenerpublic void addSelectionChangeListener(SelectionChangeListener listener) 
 - 
removeSelectionChangeListenerpublic void removeSelectionChangeListener(SelectionChangeListener listener) 
 - 
getSelectionChangeListenerspublic SelectionChangeListener[] getSelectionChangeListeners() 
 - 
createEventpublic SelectionChangeEvent createEvent(SelectionContext selectionContext, Selection selection) 
 - 
fireSelectionChangepublic void fireSelectionChange(SelectionContext selectionContext, Selection selection) 
 - 
fireSelectionChangepublic void fireSelectionChange(SelectionChangeEvent event) 
 - 
fireSelectionContextChangepublic void fireSelectionContextChange(SelectionChangeEvent event) 
 
- 
 
-