DirectInputSubscriber
The input subscriber to send event to the listener
This subscriber, especially useful for testing, allows to programmatically submit inputs that will be immediately sent to the listener.
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
CleanUp and release the resources
CleanUp and release the resources
Attributes
Initialize
Initialize
Attributes
Attributes
- Returns
-
true if it has been closed; false otherwise
Attributes
- Returns
-
true if it has been initialized; false otherwise
Send the passed inputs to the listener
Send the passed inputs to the listener
Value parameters
- iasios
-
the inputs to be processed by the DASU
Attributes
Start to get events and forward them to the listener.
Start to get events and forward them to the listener.
IASIOs whose ID is not in the acceptedInputs set are discarded.
Value parameters
- acceptedInputs
-
the IDs of the inputs accepted by the listener (if empty accepts all the inputs)
- listener
-
the listener of events
Attributes
Concrete fields
The logger
The logger