com.springrts.ai.event
Class MessageAIEvent

java.lang.Object
  extended by Structure
      extended by com.springrts.ai.AIEvent
          extended by com.springrts.ai.event.MessageAIEvent

public final class MessageAIEvent
extends AIEvent

This AI event is a notification about a chat message sent by one of the participants of this game, which may be a player or an AI, including this AI.


Field Summary
 String message
           
 int player
           
static int TOPIC
           
 
Constructor Summary
MessageAIEvent(Pointer memory)
           
 
Method Summary
 int getTopic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOPIC

public static final int TOPIC
See Also:
Constant Field Values

player

public int player

message

public String message
Constructor Detail

MessageAIEvent

public MessageAIEvent(Pointer memory)
Method Detail

getTopic

public int getTopic()
Specified by:
getTopic in class AIEvent