com.virtuosotechnologies.lib.command
Class CommandEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.virtuosotechnologies.lib.command.CommandEvent
All Implemented Interfaces:
Serializable

public class CommandEvent
extends EventObject

An event for the invoking of a command

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CommandEvent(Object source)
          Constructor.
 
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
 

Constructor Detail

CommandEvent

public CommandEvent(Object source)
Constructor.

Parameters:
source - source of the event.