|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServersTableListener
This class is a listener to events happening to the ServerTable
ServersTable
Method Summary | |
---|---|
void |
hostNameChanged(int serverID,
java.lang.String hostname)
This method is invoked when the hostname of a server is changed. |
void |
passwordChanged(int serverID,
java.lang.String password)
This method is invoked when the password of a server is changed. |
void |
upDownStatusChanged(int serverID,
boolean down)
This method is invoked when the down/up status of a server is changed. |
Method Detail |
---|
void hostNameChanged(int serverID, java.lang.String hostname)
serverID
- The ID of the server in subject.hostname
- The new hostname.void passwordChanged(int serverID, java.lang.String password)
serverID
- The ID of the server in subject.password
- The new password.void upDownStatusChanged(int serverID, boolean down)
serverID
- The ID of the server in subject.down
- The new up/down status.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |