|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEndPointStateChangePublisher
This is implemented by the Gossiper module to publish change events to interested parties. Interested parties register/unregister interest by invoking the methods of this interface.
Method Summary | |
---|---|
void |
register(IEndPointStateChangeSubscriber subcriber)
Register for interesting state changes. |
void |
unregister(IEndPointStateChangeSubscriber subcriber)
Unregister interest for state changes. |
Method Detail |
---|
void register(IEndPointStateChangeSubscriber subcriber)
subcriber
- module which implements the IEndPointStateChangeSubscribervoid unregister(IEndPointStateChangeSubscriber subcriber)
subcriber
- module which implements the IEndPointStateChangeSubscriber
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |