com.threerings.media.sprite.action
Interface ActionSprite

All Known Subinterfaces:
ArmingSprite, CommandSprite
All Known Implementing Classes:
ButtonSprite

public interface ActionSprite

An Action sprite is a sprite that may be pressed to generate an ActionEvent that will be posted to the Controller hierarchy.


Method Summary
 String getActionCommand()
           
 

Method Detail

getActionCommand

String getActionCommand()
Returns:
the action command to submit if this sprite is clicked.