All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface javax.infobus.InfoBusEventListener

public interface InfoBusEventListener
extends EventListener, PropertyChangeListener
InfoBusEventListener is a base interface for more specific kinds of InfoBus communicators: InfoBusDataProducers, which supply DataItems, and InfoBusDataConsumers, which seek and use DataItems created by others.

Both data producers and data consumers need to track the InfoBus property of the InfoBusMember that obtained the bus on which they reside. For that reason, InfoBusEventListener extends PropertyChangeListener.

Version:
$Revision: 1.9 $ $Date: 24 Feb 1998 17:04:38 $
See Also:
InfoBusDataProducer, InfoBusDataConsumer


All Packages  Class Hierarchy  This Package  Previous  Next  Index