public interface ServerManager
| Modifier and Type | Method and Description |
|---|---|
void |
onStarted(Endpoint endpoint,
EndpointInstaller installer)
Notifies manager that given endpoint has been started.
|
void |
onStopped(Endpoint endpoint)
Notifies manager that given endpoint has been stopped.
|
void onStarted(Endpoint endpoint, EndpointInstaller installer)
endpoint - the started endpoint.void onStopped(Endpoint endpoint)
endpoint - the started endpoint.Copyright © 2014 TeleStax, Inc.. All Rights Reserved.