Package org.malai.instrument

Class Summary
Instrument Defines an abstract model of an instrument.
Link<A extends Action,I extends Interaction,N extends Instrument> In the Malai interaction model, an instrument links interactions to actions.
WidgetInstrument Defines an abstract model of an instrument that has widgets.
 

Exception Summary
MustBeUndoableActionException This exception must be launched when an action which is not undoable want to be undone or redone.