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.InputEvent
ALT_DOWN_MASK, BUTTON1_DOWN_MASK, BUTTON2_DOWN_MASK, BUTTON3_DOWN_MASK, CTRL_DOWN_MASK, META_DOWN_MASK, SHIFT_DOWN_MASK
 
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
 
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
equals, 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.



Copyright © 2011. All Rights Reserved.