Class Summary |
BinaryTmpExp |
Subclass of TmpExp that represent a binary building block. |
ComplexTmpExp |
Subclass of TmpExp that represent a complex building block. |
Emitter |
Class that represent the event Emitter, all the event from the source must be enclosed inside an ExpEventArgs and must be delivered to the Emitter |
EventListenerList |
|
ExpContent |
Class that represent a generic checker for a constraint to a building block
If you need to add a specific constraint to a building block you should extend this class and override the Accept and Consume methods. |
ExpEventArgs |
Class that represent generic argument of an event |
SimpleTmpExp |
Subclass of TmpExp that represent a simple building block. |
StateChangedEvent |
Class that represent an event sent with an event. |
TmpExp |
Class that represent a generic gesture building block |
Token |
Class that represent the token that is passed between gestures block during the execution |