Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.thin.beans.tools
Interface ViewToolListener

All Superinterfaces:
java.util.EventListener

public interface ViewToolListener
extends java.util.EventListener

Listener for the changes in ViewTool thin beans. ViewTools notify any registered implementations of this interface, whenever an action is performed.

See Also:
ViewTool, ViewToolEvent

Method Summary
 void handleViewToolEvent(ViewToolEvent e)
          Responds to the event coming from a ViewTool.

 

Method Detail

handleViewToolEvent

public void handleViewToolEvent(ViewToolEvent e)
Responds to the event coming from a ViewTool. Tools call this method on registered listeners, to notify the listeners that an action was performed.
Parameters:
e - ViewToolEvent containing the information about the action

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.