All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.mb.MBSelectionChangeListener

public interface interface MBSelectionChangeListener
extends EventListener
The interface for listening to MBSelectionChangeEvents.

See Also:
MBSelectionChangeEvent

Method Index

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

Methods

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index