Package com.bc.ceres.swing.selection
Class SelectionChangeEvent
java.lang.Object
java.util.EventObject
com.bc.ceres.swing.selection.SelectionChangeEvent
- All Implemented Interfaces:
Serializable
An event indicating that a selection or selection context change has occurred.
- Since:
- Ceres 0.10
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionSelectionChangeEvent
(Object source, SelectionContext selectionContext, Selection selection) Constructs a selection event. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
SelectionChangeEvent
Constructs a selection event.- Parameters:
source
- The object that originated the event.selectionContext
- The selection context in which the selection event took place.selection
- The selection.
-
-
Method Details
-
getSelectionContext
- Returns:
- The selection context in which the selection event took place.
-
getSelection
- Returns:
- The selection.
-