Interface AsyncEvent


  • public interface AsyncEvent
    An AsyncEvent can be enqueued to the AsyncEventSender for later, asynchronous triggering
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void trigger()
      As soon as this AsyncEvent is at the front of AsyncEventSender's FIFO queue it will be invoked via this trigger() method.
    • Method Detail

      • trigger

        void trigger()
        As soon as this AsyncEvent is at the front of AsyncEventSender's FIFO queue it will be invoked via this trigger() method.