Interface EventHandler

    • Method Detail

      • handleEvent

        boolean handleEvent​(int event)
        Handles an event.
        Parameters:
        event - the event to handle.
        Returns:
        true if the event is consumed, false otherwise.
        See Also:
        Event