|
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.ICSChannelEvent
This coorisponds to Channel tells, Shouts, Emote Shouts, T-Shouts, C-Shouts, S-Shouts, T-Channel tells, etc.
Field Summary | |
static int |
CSHOUT_CHANNEL
if the channel event is a shout then the channel number indicates what type of shout |
static int |
EMOTE_CHANNEL
if the channel event is a shout then the channel number indicates what type of shout |
static int |
SHOUT_CHANNEL
if the channel event is a shout then the channel number indicates what type of shout |
static int |
SSHOUT_CHANNEL
if the channel event is a shout then the channel number indicates what type of shout |
static int |
TSHOUT_CHANNEL
if the channel event is a shout then the channel number indicates what type of shout |
Constructor Summary | |
ICSChannelEvent()
|
Method Summary | |
ICSAccountType |
getAccountType()
|
int |
getChannel()
|
java.lang.String |
getPlayer()
|
java.lang.String |
getReadable()
returns a readable form of this event. |
void |
setAccountType(ICSAccountType acctType)
|
void |
setChannel(int channel)
|
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, getMessage, getServer, getTimestamp, isFake, setEventParser, setEventType, setFake, setMessage, setOriginal, setServer, setTimestamp, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int SHOUT_CHANNEL
public static final int EMOTE_CHANNEL
public static final int CSHOUT_CHANNEL
public static final int SSHOUT_CHANNEL
public static final int TSHOUT_CHANNEL
Constructor Detail |
public ICSChannelEvent()
Method Detail |
public java.lang.String getPlayer()
getPlayer
in class ICSMessageEvent
public ICSAccountType getAccountType()
public int getChannel()
public void setPlayer(java.lang.String player)
ICSMessageEvent
setPlayer
in class ICSMessageEvent
public void setAccountType(ICSAccountType acctType)
public void setChannel(int channel)
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 |