cz.cuni.pogamut.Client
Class SendCmdEvent

java.lang.Object
  extended by java.util.EventObject
      extended by cz.cuni.pogamut.Client.SendCmdEvent
All Implemented Interfaces:
java.io.Serializable

public class SendCmdEvent
extends java.util.EventObject

Event which is raised when the command is sent. It contains new message and can be caught by anyone interested

See Also:
Serialized Form

Field Summary
private  Command message
           
private static long serialVersionUID
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SendCmdEvent(java.lang.Object source, Command message)
           
 
Method Summary
 Command getMessage()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

private Command message

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SendCmdEvent

public SendCmdEvent(java.lang.Object source,
                    Command message)
Method Detail

getMessage

public Command getMessage()