Interface EventListener

All Known Implementing Classes:
ChangeListener, ClickListener, DragListener, DragScrollListener, ElementGestureListener, FocusListener, HandCursorListener, IbeamCursorListener, InputListener, MapObjectivesCanvas.ObjectiveTilemap.ObjectiveTile.Mover, ResizeListener, TextArea.TextAreaListener, TextField.TextFieldClickListener, Tooltip, VisibilityListener

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

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

    • handle

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