dsto.dfc.swt.commands
Class CommandEvent

java.lang.Object
  extended by java.util.EventObject
      extended by dsto.dfc.swt.commands.CommandEvent
All Implemented Interfaces:
Serializable

public class CommandEvent
extends EventObject

Version:
$Revision$
Author:
mpp
See Also:
CommandListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CommandEvent(Command source)
           
CommandEvent(Command source, Object data)
           
 
Method Summary
 Command getCommand()
           
 Object getData()
          Extra command-specific data.
 
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(Command source)

CommandEvent

public CommandEvent(Command source,
                    Object data)
Method Detail

getCommand

public Command getCommand()

getData

public Object getData()
Extra command-specific data.



Copyright © 2008 Commonwealth of Australia