All Packages Class Hierarchy This Package Previous Next Index
Class openstar.generic.ModelSelectionEvent
java.lang.Object
|
+----java.util.EventObject
|
+----openstar.generic.Event
|
+----openstar.generic.ModelSelectionEvent
- public class ModelSelectionEvent
- extends Event
OpenStar model selection event class.
-
selection
- The model selection that has been changed.
-
ModelSelectionEvent(Object, ModelSelection)
-
-
getModelSelection()
- Returns the changed model selection.
selection
protected ModelSelection selection
- The model selection that has been changed.
ModelSelectionEvent
public ModelSelectionEvent(Object source,
ModelSelection selection)
- Parameters:
- source - The originator of this event. This is usually either
the model selection itself, or the object that changed the selection.
- model - The changed model selection
getModelSelection
public ModelSelection getModelSelection()
- Returns the changed model selection.
All Packages Class Hierarchy This Package Previous Next Index