| seda.sandStorm.api.SignalMgrIF
All known Subclasses: seda.sandStorm.internal.SignalMgr,
SignalMgrIF | public interface SignalMgrIF (Code) | | This class defines an interface for delivery of systemwide 'signals',
informational events that stages may wish to use for initialization
or control.
See Also: SignalIF author: Matt Welsh |
deregister | public void deregister(SignalIF signalType, SinkIF sink)(Code) | | Deregister for the given signal type.
|
register | public void register(SignalIF signalType, SinkIF sink)(Code) | | Register for the given signal type. When the signal is triggered,
an object of the given type (although not necessarily the same
object instance) will be delivered to the given SinkIF.
|
|
|