| Interface | Description |
|---|---|
| EventDataReader |
An EventDataReader contains the methods to read the data of an extended
event.
|
| EventQueueListener |
EventQueueListener is an interface to be implemented by parties interested to
receive events of a specific type from an
EventQueue. |
| Class | Description |
|---|---|
| EventQueue |
EventQueue is an asynchronous communication interface between the native world and the Java world based on events.
|
| EventQueueDataReader |
EventQueueDataReader is an implementation of the EventDataReader interface.
|
| EventQueueNatives |
Native methods of the Event Queue Foundation Library.
|
| NullEventQueueListener |
Implementation of event listener that does nothing.
|
| Exception | Description |
|---|---|
| EventQueueException |
Thrown to indicate that a method has caused an internal EventQueue error.
|