sampleai
Class Brain.Information

java.lang.Object
  extended byj4cevo.Information
      extended bysampleai.Brain.Information
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Brain

public static class Brain.Information
extends Information

Demonstrates saving of Information. The information itself is rather useless at the moment.

See Also:
Serialized Form

Method Summary
 void receivedBy(Player player)
          Hook for subclasses.
 
Methods inherited from class j4cevo.Information
sendTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

receivedBy

public void receivedBy(Player player)
Description copied from class: Information
Hook for subclasses. Is called by j4cEvo for every sendTo and will be replayed for a restored game. (see cevo ClientEx call) . This call is delayed until the j4cEvo managed objects are available.

Specified by:
receivedBy in class Information
Parameters:
player - the player


generated: 20050107