Package 

Interface FeatureEventReceiver

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onReceive(Object event) Method invoked when event is received.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onReceive

        @AnyThread() abstract Unit onReceive(Object event)

        Method invoked when event is received. It will be invoked on the thread which sent event.

        Parameters:
        event - Incoming event.