Internet Chess ToolKit
v0.2.0

ictk.boardgame.chess.net.ics.event
Class ICSHistoryEvent

java.lang.Object
  extended byictk.boardgame.chess.net.ics.event.ICSEvent
      extended byictk.boardgame.chess.net.ics.event.ICSHistoryEvent

public class ICSHistoryEvent
extends ICSEvent

A history of games played by a particular user. This is the result of the "history" command.


Field Summary
 
Fields inherited from class ictk.boardgame.chess.net.ics.event.ICSEvent
AUTO_SALUTE_EVENT, AVAIL_INFO_EVENT, BOARD_SAY_EVENT, BOARD_UPDATE_EVENT, CHALLENGE_EVENT, CHANNEL_EVENT, DEBUG, GAME_CREATED_EVENT, GAME_NOTIFICATION_EVENT, GAME_RESULT_EVENT, KIBITZ_EVENT, MATCH_REQUEST_EVENT, MOVE_LIST_EVENT, NUM_EVENTS, PLAYER_CONNECTION_EVENT, PLAYER_NOTIFICATION_EVENT, QTELL_EVENT, SAY_EVENT, SEEK_AD_EVENT, SEEK_AD_READABLE_EVENT, SEEK_CLEAR_EVENT, SEEK_REMOVE_EVENT, SEEK_REMOVE_READABLE_EVENT, SHOUT_EVENT, TAKEBACK_REQUEST_EVENT, TELL_EVENT, TOURNAMENT_CHANNEL_EVENT, UNKNOWN_EVENT, USER_DEFINED_EVENT, WHISPER_EVENT
 
Constructor Summary
ICSHistoryEvent(ICSProtocolHandler server)
           
 
Method Summary
 ICSGameInfo[] getHistoryList()
           
 java.lang.String getPlayer()
           
 java.lang.String getReadable()
          doesn't do much yet.
 void setHistoryList(ICSGameInfo[] l)
           
 void setPlayer(java.lang.String name)
           
 
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
 

Constructor Detail

ICSHistoryEvent

public ICSHistoryEvent(ICSProtocolHandler server)
Method Detail

getPlayer

public java.lang.String getPlayer()

setPlayer

public void setPlayer(java.lang.String name)

getHistoryList

public ICSGameInfo[] getHistoryList()

setHistoryList

public void setHistoryList(ICSGameInfo[] l)

getReadable

public java.lang.String getReadable()
doesn't do much yet.

Specified by:
getReadable in class ICSEvent

Submit a bug or feature
Visit the Website
Internet Chess ToolKit is licensed under the GPL v2 .