Synthia
Generic and flexible data structure generator
ca.uqac.lif.synthia.test.Action Interface Reference

Detailed Description

Interface signaling that an object can perform an "action".

Author
Sylvain Hallé

Definition at line 27 of file Action.java.

Inheritance diagram for ca.uqac.lif.synthia.test.Action:

Public Member Functions

void doAction ()
 Performs an action on a component. More...
 

Member Function Documentation

◆ doAction()

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.


The documentation for this interface was generated from the following file: