Internet Chess ToolKit
v0.2.0

Package ictk.boardgame.chess.net.ics.fics.event

The FICS event package contains all events and parsers for those events that are generated from FICS servers.

See:
          Description

Class Summary
FICSBoardUpdateStyle12Parser This class parses ICS Style12 Board Update events.
FICSChallengeParser  
FICSChannelParser  
FICSGameCreatedParser  
FICSGameNotificationParser  
FICSGameResultParser  
FICSKibitzParser  
FICSMoveListParser  
FICSPlayerConnectionParser  
FICSPlayerNotificationParser  
FICSSeekAdParser  
FICSSeekAdReadableParser  
FICSSeekClearParser  
FICSSeekRemoveParser  
FICSShoutParser  
FICSTellParser  
 

Package ictk.boardgame.chess.net.ics.fics.event Description

The FICS event package contains all events and parsers for those events that are generated from FICS servers. Most of the default ICS parsers appear here. The events they are associated with generally appear in the ICS event package.

Each parser implements the Singleton design pattern. Thus there can only be once instance of each parser (why would you nee more?). You can get that instance via the .getInstance() method.

The toNative() method allows ICSEvents to be translated back into their original server output. This is also mapped to the default ICSEvent.toString() function


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