All Packages Class Hierarchy This Package Previous Next Index
Interface COM.ibm.desktop.ModelSelectionOwner
- public interface interface ModelSelectionOwner
- extends ClipboardOwner
ModelSelectionOwner provides an interface to access a model selection
and to notify listeners of model selection changes.
Copyright (c) Taligent, Inc. 1996 - 1997.
Copyright (c) IBM Corporation 1996 - 1997.
All Rights Reserved.
- See Also:
- ModelSelection
-
addModelSelectionChangeListener(ModelSelectionChangeListener)
- Add listener to the list of listeners for model selection change.
-
fireModelSelectionChange()
- Send a model selection change event to each registered listener.
-
getModelSelection()
- Return the model selection.
-
lostOwnership(Clipboard, Transferable)
- Invoked when this is no longer the owner of the clipboard contents.
-
removeModelSelectionChangeListener(ModelSelectionChangeListener)
- Remove listener from the list of listeners for model selection change.
-
setModelSelection(ModelSelection)
- Set the model selection.
getModelSelection
public abstract ModelSelection getModelSelection()
- Return the model selection.
setModelSelection
public abstract void setModelSelection(ModelSelection selection)
- Set the model selection.
addModelSelectionChangeListener
public abstract void addModelSelectionChangeListener(ModelSelectionChangeListener listener)
- Add listener to the list of listeners for model selection change.
removeModelSelectionChangeListener
public abstract void removeModelSelectionChangeListener(ModelSelectionChangeListener listener)
- Remove listener from the list of listeners for model selection change.
fireModelSelectionChange
public abstract void fireModelSelectionChange()
- Send a model selection change event to each registered listener.
lostOwnership
public abstract void lostOwnership(Clipboard clipboard,
Transferable contents)
- Invoked when this is no longer the owner of the clipboard contents.
All Packages Class Hierarchy This Package Previous Next Index