Interface EventListener

All Known Implementing Classes:
ActorGestureListener, ChangeListener, ClickListener, CursorGraphicsManager.CustomCursorActorListener, DragListener, DragScrollListener, FocusListener, InputListener, InputListenerExtended, InputVoid, MoveToFrontListener, TextArea.TextAreaListener, TextField.TextFieldClickListener, TextTooltip, Tooltip

public interface EventListener
Low level interface for receiving events. Typically there is a listener class for each specific event class.
Author:
Nathan Sweet
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handle(Event event)
    Try to handle the given event, if it is applicable.
  • Method Details

    • handle

      boolean handle(Event event)
      Try to handle the given event, if it is applicable.
      Returns:
      true if the event should be considered handled by scene2d.