|
||||||||||
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 |