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.
 


Constructor Index

 o ModelSelectionChangeEvent(Object, ModelSelection)
Constructor that takes an event source and a model selection.

Method Index

 o getModelSelection()
Return the model selection associated with this event.

Constructors

 o ModelSelectionChangeEvent
 public ModelSelectionChangeEvent(Object source,
                                  ModelSelection selection)
Constructor that takes an event source and a model selection.

Methods

 o getModelSelection
 public ModelSelection getModelSelection()
Return the model selection associated with this event.


All Packages  Class Hierarchy  This Package  Previous  Next  Index