com.threerings.media.sprite.action
Interface CommandSprite

All Superinterfaces:
ActionSprite
All Known Implementing Classes:
ButtonSprite

public interface CommandSprite
extends ActionSprite

Extends CommandSprite to be a sprite that posts CommandEvents to the Controller hierarchy.


Method Summary
 Object getCommandArgument()
           
 
Methods inherited from interface com.threerings.media.sprite.action.ActionSprite
getActionCommand
 

Method Detail

getCommandArgument

Object getCommandArgument()
Returns:
the argument to the action command.