![]() |
Synthia
Generic and flexible data structure generator
|
Interface signaling that an object can perform an "action".
Definition at line 27 of file Action.java.

Public Member Functions | |
| void | doAction () |
| Performs an action on a component. More... | |
| void ca.uqac.lif.synthia.test.Action.doAction | ( | ) |
Performs an action on a component.
What an "action" represents depends on the concrete class implementing the interface.
Implemented in ca.uqac.lif.synthia.test.CompositeAction.