Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.server
Interface JboEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
JboMultiCaster

public interface JboEventListener
extends java.util.EventListener

Implemented by classes that subscribe to JboEvents.

JDeveloper wizards generate appropriate listener methods in the event subscribers that respond to the events.

Since:
JDeveloper 3.0

Method Summary
 void JboEvent(JboEventObject e)
          Creates a generic JBO event.

 

Method Detail

JboEvent

public void JboEvent(JboEventObject e)
Creates a generic JBO event.
Parameters:
e - a description of the event.

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.