|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventHandler | |
---|---|
com.flagstone.transform | Transform SWF is an API for reading and writing Flash files. |
com.flagstone.transform.button | The button package contains all the classes for encoding and decoding the data structures that represent buttons in a Flash file. |
Uses of EventHandler in com.flagstone.transform |
---|
Methods in com.flagstone.transform that return EventHandler | |
---|---|
EventHandler |
EventHandler.add(Action anAction)
Adds an action to the list of actions. |
EventHandler |
EventHandler.copy()
Creates a complete copy of this object. |
Methods in com.flagstone.transform that return types with arguments of type EventHandler | |
---|---|
List<EventHandler> |
Place3.getEvents()
Get the list of event handlers that define the actions that will be executed in response to events that occur in the movie clip being placed. |
List<EventHandler> |
Place2.getEvents()
Get the list of event handlers that define the actions that will be executed in response to events that occur in the movie clip being placed. |
Methods in com.flagstone.transform with parameters of type EventHandler | |
---|---|
Place3 |
Place3.add(EventHandler aClipEvent)
Adds a clip event to the list of clip events. |
Place2 |
Place2.add(EventHandler aClipEvent)
Adds a clip event to the list of clip events. |
Method parameters in com.flagstone.transform with type arguments of type EventHandler | |
---|---|
void |
Place3.setEvents(List<EventHandler> list)
Set the list of Clip events. |
void |
Place2.setEvents(List<EventHandler> list)
Set the list of Clip events. |
Constructors in com.flagstone.transform with parameters of type EventHandler | |
---|---|
EventHandler(EventHandler object)
Creates and initialises a EventHandler object using the values copied from another EventHandler object. |
Uses of EventHandler in com.flagstone.transform.button |
---|
Methods in com.flagstone.transform.button that return types with arguments of type EventHandler | |
---|---|
List<EventHandler> |
DefineButton2.getEvents()
Get the list of event handlers defined for this button. |
Methods in com.flagstone.transform.button with parameters of type EventHandler | |
---|---|
DefineButton2 |
DefineButton2.add(EventHandler obj)
Adds a button event object to the list of button events. |
Method parameters in com.flagstone.transform.button with type arguments of type EventHandler | |
---|---|
void |
DefineButton2.setEvents(List<EventHandler> list)
Sets the list of button events defined for this button. |
Constructor parameters in com.flagstone.transform.button with type arguments of type EventHandler | |
---|---|
DefineButton2(int uid,
ButtonType buttonType,
List<ButtonShape> buttonShapes,
List<EventHandler> handlers)
Creates a DefineButton2 object, specifying the unique identifier, the type of button to be created, the button shapes that describe the button's appearance and the actions that are performed in response to each button event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |