Event Queue¶
Principle¶
The Event Queue Foundation Library provides an asynchronous communication interface between the native world and the Java world based on events. Its functional architecture and usage are documented in the Application Developer Guide.
Dependencies¶
LLEVENT_impl.h
andLLEVENT.h
implementations (see LLEVENT: Event Queue).
Installation¶
The Event Queue Pack module must be installed in your VEE Port.
In the VEE Port configuration project, add the following dependency to the module.ivy file:
<dependency org="com.microej.pack.event" name="event-pack" rev="2.0.1" transitive="false"/>