|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An event from a MediaService. Characterized by the MediaService which is the source of the event, and an EventID representing the event identity.
Note: Classes that implement this interface shall follow the standard Java Listener design pattern by extending java.util.EventObject.
| Field Summary | |
static Symbol |
ev_Disconnected
Indicates that a Connection to this MediaService has been disconnected. |
static Symbol |
ev_TerminalIdle
Indicates that all Connections to this MediaService have been disconnected. |
| Method Summary | |
Symbol |
getEventID()
Get the Symbol that identifies this event. |
| Field Detail |
public static final Symbol ev_Disconnected
ConfigSpecConstants.a_StopOnDisconnect = TRUE
then all current resource transactions are terminated with
qualifier q_Disconnected.
public static final Symbol ev_TerminalIdle
q_Disconnected.
| Method Detail |
public Symbol getEventID()
For completion events, this identifies the operation that has completed.
For synchronous code this is mostly redundant, but it may be useful
for asynchronous Listeners. Further detail about how/why the operation
completed is available using ResourceEvent.getQualifier().
The Symbols returned from by this method will have names of the form:
ev_Operation.
ResourceEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||