|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SharedEvent
The SharedEvent interface is the base interface for all events.
Events are Shareable Interface Objects (SIO) and must implement this interface.
Event-consuming applications running in other contexts than the context of the application which created and fired an event can only access the methods defined in this interface or its sub-interfaces
This interface defines a method for retrieving the auxiliary (e.g., application-defined) object bound by the source application to the event.
Event
,
EventNotificationListener
Method Summary | |
---|---|
Object |
getData()
Returns the auxiliary (e.g., application-defined) data. |
String |
getSourceURI()
Returns the (canonical) URI of the application or resource which fired this event. |
String |
getURI()
Returns this event's (canonical) URI. |
Method Detail |
---|
String getSourceURI()
EventRegistry.SOURCE_PLATFORM
if
the event is a platform event.String getURI()
Object getData()
null
if no auxiliary data was set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |