Class VisualEvent

java.lang.Object
  |
  +--Event
        |
        +--VisualEvent

public class VisualEvent
extends Event

This class parses all messages regarding visual information of the game, i.e. the see messages, and represents the information in a list of ObjectInfo

Version:
1.0
Author:
Gerald Kuehne, Markus Beier

Fields inherited from class Event
objectInfoList
 
Constructor Summary
VisualEvent(java.lang.String message)
          Creates a new VisualEvent instance, extracts the information contained and stores it in a list of ObjectInfo
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

VisualEvent

public VisualEvent(java.lang.String message)
Creates a new VisualEvent instance, extracts the information contained and stores it in a list of ObjectInfo
Parameters:
message - a String value which contains the see message of the rcssserver to be parsed and stored in the instance
See Also:
ObjectInfo