Event Queue
Principle
The Event Queue Foundation Library provides an asynchronous communication interface between the native world and the Managed world based on events. Its functional architecture and usage are documented in the Application Developer Guide.
Dependencies
LLEVENT_impl.handLLEVENT.himplementations (see LLEVENT: Event Queue).
Installation
The Event Queue Pack module must be installed in your VEE Port:
For Event Queue 2.3.0 and higher:
microejPack("ej.api:event:2.3.0")
For Event Queue 2.2.0 and lower:
microejPack(group="com.microej.pack.event", name="event-pack", version="2.2.0", configuration="mockAPI")
For Event Queue 2.3.0 and higher:
Not Supported
For Event Queue 2.2.0 and lower:
<dependency org="com.microej.pack.event" name="event-pack" rev="2.2.0" transitive="false"/>
