Uses of Interface
seda.sandStorm.api.SignalIF

Packages that use SignalIF
seda.sandStorm.api   
seda.sandStorm.internal   
 

Uses of SignalIF in seda.sandStorm.api
 

Classes in seda.sandStorm.api that implement SignalIF
 class StagesInitializedSignal
          This signal indicates that all stages specified in the initial Sandstorm configuration, or created during the init() method from a stage specified in the initial configuration, have been initialized.
 

Methods in seda.sandStorm.api with parameters of type SignalIF
 void SignalMgrIF.register(SignalIF signalType, SinkIF sink)
          Register for the given signal type.
 void SignalMgrIF.deregister(SignalIF signalType, SinkIF sink)
          Deregister for the given signal type.
 

Uses of SignalIF in seda.sandStorm.internal
 

Methods in seda.sandStorm.internal with parameters of type SignalIF
 void SignalMgr.register(SignalIF signalType, SinkIF sink)
          Register for the given signal type.
 void SignalMgr.deregister(SignalIF signalType, SinkIF sink)
          Deregister for the given signal type.
 void SignalMgr.trigger(SignalIF signal)
          Send the given signal to all registered sinks.