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

Method Index

 o addModelSelectionChangeListener(ModelSelectionChangeListener)
Add listener to the list of listeners for model selection change.
 o fireModelSelectionChange()
Send a model selection change event to each registered listener.
 o getModelSelection()
Return the model selection.
 o lostOwnership(Clipboard, Transferable)
Invoked when this is no longer the owner of the clipboard contents.
 o removeModelSelectionChangeListener(ModelSelectionChangeListener)
Remove listener from the list of listeners for model selection change.
 o setModelSelection(ModelSelection)
Set the model selection.

Methods

 o getModelSelection
 public abstract ModelSelection getModelSelection()
Return the model selection.

 o setModelSelection
 public abstract void setModelSelection(ModelSelection selection)
Set the model selection.

 o addModelSelectionChangeListener
 public abstract void addModelSelectionChangeListener(ModelSelectionChangeListener listener)
Add listener to the list of listeners for model selection change.

 o removeModelSelectionChangeListener
 public abstract void removeModelSelectionChangeListener(ModelSelectionChangeListener listener)
Remove listener from the list of listeners for model selection change.

 o fireModelSelectionChange
 public abstract void fireModelSelectionChange()
Send a model selection change event to each registered listener.

 o 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