javax.infobus
Interface InfoBusEventListener

All Known Subinterfaces:
InfoBusDataConsumer, InfoBusDataProducer

public abstract interface InfoBusEventListener
extends java.util.EventListener, java.beans.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.

See Also:
InfoBusDataProducer, InfoBusDataConsumer

Methods inherited from interface java.beans.PropertyChangeListener
propertyChange