|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstanceListener
Listen to server instances changes.
Method Summary | |
---|---|
void |
changeDefaultInstance(String oldServerInstanceID,
String newServerInstanceID)
Default server instance has been changed. |
void |
instanceAdded(String serverInstanceID)
Server instance has been added. |
void |
instanceRemoved(String serverInstanceID)
Server instance has been removed. |
Method Detail |
---|
void changeDefaultInstance(String oldServerInstanceID, String newServerInstanceID)
oldServerInstanceID
- id of the old default server instance.newServerInstanceID
- id of the new default server instance.void instanceAdded(String serverInstanceID)
serverInstanceID
- id of the server instance that has been added.void instanceRemoved(String serverInstanceID)
serverInstanceID
- id of the server instance that has been removed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |