Package com.badlogic.gdx.scenes.scene2d
Interface EventListener
-
- All Known Implementing Classes:
ActorGestureListener,ChangeListener,ClickListener,DragListener,DragScrollListener,FocusListener,InputListener,TextArea.TextAreaListener,TextField.TextFieldClickListener,TextTooltip,Tooltip
public interface EventListenerLow level interface for receiving events. Typically there is a listener class for each specific event class.- See Also:
InputListener,InputEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandle(Event event)Try to handle the given event, if it is applicable.
-