All Packages Class Hierarchy This Package Previous Next Index
AvalancheProducer is an interface which must be
implemented by any class which sends avalanches to AvalancheConsumers.
The required methods are used to add and remove consumers.
Source Code is available.
registerAvalancheConsumer(consumer) is called to
add a consumer.
removeAvalancheConsumer(consumer) is called to
remove a consumer.
public abstract void registerAvalancheConsumer(AvalancheConsumer consumer)
registerAvalancheConsumer(consumer) is called to
add a consumer.
public abstract void removeAvalancheConsumer(AvalancheConsumer consumer)
removeAvalancheConsumer(consumer) is called to
remove a consumer.
All Packages Class Hierarchy This Package Previous Next Index