com.threerings.media.sprite.action
Interface ArmingSprite

All Superinterfaces:
ActionSprite
All Known Implementing Classes:
ButtonSprite

public interface ArmingSprite
extends ActionSprite

An ActionSprite that wishes to be notified of events when it is armed or not.


Method Summary
 void setArmed(boolean armed)
          Render this sprite such that is is drawn "armed".
 
Methods inherited from interface com.threerings.media.sprite.action.ActionSprite
getActionCommand
 

Method Detail

setArmed

void setArmed(boolean armed)
Render this sprite such that is is drawn "armed".