vooga.social.chat
Class ConsoleEvent

java.lang.Object
  extended by vooga.arcade.events.ArcadeEvent
      extended by vooga.social.chat.ConsoleEvent

public class ConsoleEvent
extends ArcadeEvent

Event that fires when a console command is entered into the chat window.

Author:
Alex Kritchevsky

Constructor Summary
ConsoleEvent(int frameID)
           
ConsoleEvent(int frameID, java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class vooga.arcade.events.ArcadeEvent
getFrameID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleEvent

public ConsoleEvent(int frameID)

ConsoleEvent

public ConsoleEvent(int frameID,
                    java.lang.String message)
Method Detail

getMessage

public java.lang.String getMessage()