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.


Variable Index

 o selection
The model selection that has been changed.

Constructor Index

 o ModelSelectionEvent(Object, ModelSelection)

Method Index

 o getModelSelection()
Returns the changed model selection.

Variables

 o selection
  protected ModelSelection selection
The model selection that has been changed.

Constructors

 o 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

Methods

 o getModelSelection
  public ModelSelection getModelSelection()
Returns the changed model selection.


All Packages  Class Hierarchy  This Package  Previous  Next  Index