|
Internet Chess ToolKit v0.2.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectictk.boardgame.chess.net.ics.event.ICSEvent
ictk.boardgame.chess.net.ics.event.ICSMessageEvent
ictk.boardgame.chess.net.ics.event.ICSTellEvent
Direct tells to the user through "tell" or "say".
Field Summary |
Constructor Summary | |
ICSTellEvent()
|
Method Summary | |
ICSAccountType |
getAccountType()
|
java.lang.String |
getMessage()
returns a non-parseable string associated with this message, or if an error in the parsing as occured setting the message type to UNKNOWN_EVENT then this will contain the entire original event string. |
java.lang.String |
getPlayer()
|
java.lang.String |
getReadable()
returns a readable form of this event. |
void |
setAccountType(ICSAccountType acctType)
|
void |
setMessage(java.lang.String mesg)
sets a non-parseable string associated with this message, or if an error in the parsing as occured setting the message type to UNKNOWN_EVENT then this will contain the entire original event string. |
void |
setPlayer(java.lang.String player)
sets the author of this message |
Methods inherited from class ictk.boardgame.chess.net.ics.event.ICSEvent |
DEBUG_getOriginal, getEventParser, getEventType, getServer, getTimestamp, isFake, setEventParser, setEventType, setFake, setOriginal, setServer, setTimestamp, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ICSTellEvent()
Method Detail |
public java.lang.String getPlayer()
getPlayer
in class ICSMessageEvent
public ICSAccountType getAccountType()
public java.lang.String getMessage()
ICSEvent
getMessage
in class ICSEvent
public void setPlayer(java.lang.String player)
ICSMessageEvent
setPlayer
in class ICSMessageEvent
public void setAccountType(ICSAccountType acctType)
public void setMessage(java.lang.String mesg)
ICSEvent
setMessage
in class ICSEvent
public java.lang.String getReadable()
ICSEvent
getReadable
in class ICSEvent
|
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 |