Interface AsyncEvent
-
public interface AsyncEventAn AsyncEvent can be enqueued to the AsyncEventSender for later, asynchronous triggering
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtrigger()As soon as this AsyncEvent is at the front of AsyncEventSender's FIFO queue it will be invoked via this trigger() method.
-