Internet Chess ToolKit
v0.2.0

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

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

public class ICSUnknownEvent
extends ICSEvent

this is for unclassified events.


Field Summary
static int UNKNOWN_EVENT
           
 
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, HISTORY_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, USER_DEFINED_EVENT, WHISPER_EVENT
 
Constructor Summary
ICSUnknownEvent(ICSProtocolHandler server)
           
ICSUnknownEvent(ICSProtocolHandler server, java.lang.String mesg)
           
 
Method Summary
 java.lang.String getReadable()
          returns a readable form of this event.
 
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

UNKNOWN_EVENT

public static final int UNKNOWN_EVENT
See Also:
Constant Field Values
Constructor Detail

ICSUnknownEvent

public ICSUnknownEvent(ICSProtocolHandler server)

ICSUnknownEvent

public ICSUnknownEvent(ICSProtocolHandler server,
                       java.lang.String mesg)
Method Detail

getReadable

public java.lang.String getReadable()
Description copied from class: ICSEvent
returns a readable form of this event. Typically this is similar to the original text sent by the server, but it does not have to be.

Specified by:
getReadable in class ICSEvent

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