All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.mb.RepositorySelectionChangeListener

public interface interface RepositorySelectionChangeListener
extends EventListener
The interface for listening to RepositorySelectionChangeEvents.

See Also:
RepositorySelectionChangeEvent

Method Index

 o handleSelectionChanged(RepositorySelectionChangeEvent)
Handles a change to the selection.

Methods

 o handleSelectionChanged
 public abstract void handleSelectionChanged(RepositorySelectionChangeEvent e)
Handles a change to the selection.

Parameters:
e - The RepositorySelectionChangeEvent containing information on the selection change.
See Also:
RepositoryModel, ManagedBean, RepositorySelectionChangeEvent

All Packages  Class Hierarchy  This Package  Previous  Next  Index