All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.tools.dip.MorphViewListener

public interface interface MorphViewListener
extends EventListener
The MorphViewListener interface is used to listen for MorphViewEvent's to be fired. A MorphViewEvent gets fired when an implementation of the MorphView interface gets an action from the user which needs to be forwarded to the MorphController. The MorphController registers its interest in listening to MorphViewEvents with a MorphView instance.


Method Index

 o handleViewAction(MorphViewEvent)
Manages an action from the MorphView.

Methods

 o handleViewAction
 public abstract void handleViewAction(MorphViewEvent e)
Manages an action from the MorphView. This method is invoked when a change from the MorphView means action needs to be taken.

Parameters:
e - A MorphViewEvent object describing what action is requested and providing all data necessary to handle the event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index