Interface IInputEventCallback


public interface IInputEventCallback
A callback class that is called when a IInputEvent is fired.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(IInputEvent inputEvent)
    Implement this method to handle the returned IInputEvent.
  • Method Details

    • onEvent

      void onEvent(@NotNull IInputEvent inputEvent)
      Implement this method to handle the returned IInputEvent.
      Parameters:
      inputEvent - the event, cannot be null.