All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.infobus.InfoBusEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----javax.infobus.InfoBusEvent

public class InfoBusEvent
extends EventObject
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.

Version:
$Revision: 1.10 $ $Date: 17 Feb 1998 18:47:04 $
See Also:
InfoBus, InfoBusItemAvailableEvent, InfoBusItemRevokedEvent, InfoBusItemRequestedEvent

Method Index

 o getDataItemName()
Returns the String identifier for the DataItem that the InfoBusEvent concerns.

Methods

 o getDataItemName
 public String getDataItemName()
Returns the String identifier for the DataItem that the InfoBusEvent concerns.


All Packages  Class Hierarchy  This Package  Previous  Next  Index