|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.util.EventObject
oracle.jbo.JboEvent
public class JboEvent
The superclass of events in the Business Components for Java framework.
The Business Components framework follows the standard Java/EJB event delegation model for propagating events among middle-tier objects. Publishers (also called senders) generate events, subscribers (also called listeners) respond to them. The framework sends an event from a publisher to a subscriber by passing an event instance to a subscriber method.
The publisher defines the set of events it generates, and associates them with listeners by providing addEventTypeListener
methods.
Subscribers implement java.util.EventListener
.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
JboEvent(java.lang.Object source) Creates an event. |
Method Summary |
---|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JboEvent(java.lang.Object source)
source
- the publisher of the event.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |