|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EndpointListener
A specific kind of Listener that will receive events about new registered endpoints or endpoints being unregistered.
| Method Summary | |
|---|---|
void |
endpointRegistered(InternalEndpoint endpoint)
An endpoint has been registered |
void |
endpointUnregistered(InternalEndpoint endpoint)
An endpoint has been unregistered |
| Method Detail |
|---|
void endpointRegistered(InternalEndpoint endpoint)
endpoint - the registered endpointvoid endpointUnregistered(InternalEndpoint endpoint)
endpoint - the unregistered endpoint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||