All Packages Class Hierarchy This Package Previous Next Index
AvalancheConsumer
is an interface which must be
implemented by any class which needs to receive avalanche data.
If an AvalancheConsumer
is registered with a model
using the registerAvalancheConsumer
method, the model
will call the notify
method each time a new avalanche
flips.
Source Code is available.
notify(avalanche,producer)
is called each time a
model generates an avalanche.
public abstract void notify(Avalanche avalanche, AvalancheProducer producer)
notify(avalanche,producer)
is called each time a
model generates an avalanche.
All Packages Class Hierarchy This Package Previous Next Index