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:
microejPack("com.microej.pack.event:event-pack:2.0.1")
<dependency org="com.microej.pack.event" name="event-pack" rev="2.0.1" transitive="false"/>