Interface ServerConfigurationUpdateCallback
-
- All Known Implementing Classes:
SessionProxyImpl
public interface ServerConfigurationUpdateCallbackDefines a callback to be notified when aServerConfigurationis updated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonServerConfigurationUpdate(ServerConfiguration serverConfiguration)Called when a server configuration is updated.
-
-
-
Method Detail
-
onServerConfigurationUpdate
void onServerConfigurationUpdate(ServerConfiguration serverConfiguration)
Called when a server configuration is updated.- Parameters:
serverConfiguration- the updated server configuration.
-
-