public interface IAepAsynchronousEventHandler
AepEngine
's
normal dispatcher.void onEvent(Event event)
AepEngine
's thread. As such this handler must obey the same
threading rules as any other external thread.
If the handler intends to keep a reference to the Event beyond the
the scope of this method call, it must call Event.acquire()
to preserve a reference to the event, and subsequently call
Event.dispose()
when it is done. Otherwise, the handler,
should not invoke the Event.dispose()
method.
event
- The event.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.