|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to access synapsi.gui package.
Method Summary | |
void |
addClientToGroup(java.lang.String clientIP,
java.lang.String groupID)
Adds a client to specified group |
void |
informError(int errorCode)
Notifies GUI about an error that has occurred. |
void |
setClientActive(java.lang.String clientIP,
boolean active)
Sets a client in/active in the main window of the GUI (NeuronMainWindow). |
void |
setClientVersion(java.lang.String clientIP,
java.lang.String version)
Sets a new version to a client in the clients list in the main window. |
Method Detail |
public void setClientActive(java.lang.String clientIP, boolean active)
clientIP
- The IP of the client to be activated.active
- Parameter to tell whether the client
is set to active (true) or inactive (false).public void setClientVersion(java.lang.String clientIP, java.lang.String version)
clientIP
- The IP of the client to be modified.version
- The new version to the specified client.public void addClientToGroup(java.lang.String clientIP, java.lang.String groupID)
clientIP
- The IP of the client to be movedgroupID
- The group where to move clientpublic void informError(int errorCode)
errorCode
- Error code of the error that has occurred.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |