All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.desktop.ModelSelectionChangeEvent
java.lang.Object
|
+----java.util.EventObject
|
+----COM.ibm.desktop.ModelSelectionChangeEvent
- public class ModelSelectionChangeEvent
- extends EventObject
ModelSelectionChangeEvent is provided for model selection change
notification.
Copyright (c) Taligent, Inc. 1996 - 1997.
Copyright (c) IBM Corporation 1996 - 1997.
All Rights Reserved.
-
ModelSelectionChangeEvent(Object, ModelSelection)
- Constructor that takes an event source and a model selection.
-
getModelSelection()
- Return the model selection associated with this event.
ModelSelectionChangeEvent
public ModelSelectionChangeEvent(Object source,
ModelSelection selection)
- Constructor that takes an event source and a model selection.
getModelSelection
public ModelSelection getModelSelection()
- Return the model selection associated with this event.
All Packages Class Hierarchy This Package Previous Next Index