|
Internet Chess ToolKit v0.2.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is for those Events that are triggered as a response to the client's command. The ResponseKey is an arbitrary identifier used to link back to the caller of the command.
Method Summary | |
int |
getResponseKey()
|
java.lang.String |
getResponseKeyString()
|
boolean |
isResponse()
Determines if this Event was generated in response to a client's command |
void |
setResponseKey(int key)
FICS uses an integer response key |
void |
setResponseKey(java.lang.String key)
ICC uses an arbrtrary string key |
Method Detail |
public boolean isResponse()
public void setResponseKey(int key)
public int getResponseKey()
public void setResponseKey(java.lang.String key)
public java.lang.String getResponseKeyString()
|
Submit a bug or feature Visit the Website Internet Chess ToolKit is licensed under the GPL v2 . |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |