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


oracle.dss.persistence.gui
Interface ExplorerEventListener

All Superinterfaces:
java.util.EventListener

public interface ExplorerEventListener
extends java.util.EventListener

This interface provides a way for the Explorer user interface to provide feedback to the application when the user has performed certain actions. For example, the Explorer would send an event to the application when a user select 'Exit' from the menu.


Method Summary
 void handleExplorerEvent(ExplorerEvent event)
          Handles the event sent by the Explorer user .

 

Method Detail

handleExplorerEvent

public void handleExplorerEvent(ExplorerEvent event)
Handles the event sent by the Explorer user .

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


Copyright © 2003, Oracle. All Rights Reserved.