com.threerings.opengl.gui.event
Class CommandEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.threerings.opengl.gui.event.Event
          extended by com.threerings.opengl.gui.event.InputEvent
              extended by com.threerings.opengl.gui.event.ActionEvent
                  extended by com.threerings.opengl.gui.event.CommandEvent
All Implemented Interfaces:
Serializable

Deprecated. Merged into ActionEvent.

@Deprecated
public class CommandEvent
extends ActionEvent

Extends ActionEvent to provide a generic argument.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.threerings.opengl.gui.event.ActionEvent
_action, _argument
 
Fields inherited from class com.threerings.opengl.gui.event.InputEvent
_modifiers, ALT_DOWN_MASK, BUTTON1_DOWN_MASK, BUTTON2_DOWN_MASK, BUTTON3_DOWN_MASK, CTRL_DOWN_MASK, META_DOWN_MASK, SHIFT_DOWN_MASK
 
Fields inherited from class com.threerings.opengl.gui.event.Event
_consumed, _when
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CommandEvent(Object source, long when, int modifiers, String action, Object argument)
          Deprecated. Creates a new command event with the supplied parameters.
 
Method Summary
 
Methods inherited from class com.threerings.opengl.gui.event.ActionEvent
dispatch, getAction, getArgument, propagateUpHierarchy, toString
 
Methods inherited from class com.threerings.opengl.gui.event.InputEvent
getModifiers, isAltDown, isControlDown, isMetaDown, isShiftDown
 
Methods inherited from class com.threerings.opengl.gui.event.Event
consume, getWhen, isConsumed, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandEvent

public CommandEvent(Object source,
                    long when,
                    int modifiers,
                    String action,
                    Object argument)
Deprecated. 
Creates a new command event with the supplied parameters.