|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--javax.infobus.InfoBusEvent
InfoBusEvent is a common base class for events used in InfoBus communication. Consumers and sources of DataItems use subclasses of InfoBusEvent to make requests for or announcements about those DataItems. InfoBusEvents are distributed via an InfoBus to InfoBusEventListeners registered on that bus.
InfoBus
,
InfoBusItemAvailableEvent
,
InfoBusItemRevokedEvent
,
InfoBusItemRequestedEvent
, Serialized FormMethod Summary | |
java.lang.String |
getDataItemName()
Returns the String identifier for the DataItem that the InfoBusEvent concerns. |
Methods inherited from class java.util.EventObject |
getSource,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Method Detail |
public java.lang.String getDataItemName()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |