public static interface SiLAManager.SiLAServerListener
| Modifier and Type | Method and Description |
|---|---|
void |
onServerChange(UUID serverUuid)
Server was changed, e.g.
|
void |
onSiLAServerAdded(UUID serverUuid,
Server server)
Server was added to cache either manually or through discovery
|
void |
onSiLAServerRemoved(UUID serverUuid)
Server was removed (can only happen manually)
|
void onSiLAServerAdded(UUID serverUuid, Server server)
serverUuid - Server Unique Identifierserver - SiLA server Modelvoid onSiLAServerRemoved(UUID serverUuid)
serverUuid - Server Unique Identifiervoid onServerChange(UUID serverUuid)
serverUuid - Server Unique IdentifierCopyright © 2019. All rights reserved.