|
Interface Summary |
| ActionSprite |
An Action sprite is a sprite that may be pressed to generate an
ActionEvent that will be posted to the Controller hierarchy. |
| ArmingSprite |
An ActionSprite that wishes to be notified of events when it is armed or not. |
| CommandSprite |
Extends CommandSprite to be a sprite that posts CommandEvents to
the Controller hierarchy. |
| DisableableSprite |
Indicates a Sprite that may or may not be enabled to receive
action / hover / arming notifications. |
| HoverSprite |
An interface indicating that a sprite wishes to be notified when the mouse hovers over it. |