Package com.prineside.tdi2.scene2d
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
-
Method Details
-
handle
Try to handle the given event, if it is applicable.- Returns:
- true if the event should be considered
handled
by scene2d.
-