Interface IComponentAwareEventSink

    • Method Detail

      • onEvent

        void onEvent​(Component component,
                     IEvent<?> event)
        Called when an event is sent to this behavior sink
        Parameters:
        component - component that owns this sink. For example, if the implementation of this interface is a Behavior then component parameter will contain the component to which the behavior is attached.
        event -