com.badlogic.gdx.scenes.scene2d
Interface EventListener

All Known Implementing Classes:
ActorGestureListener, ChangeListener, ClickListener, DragListener, DragScrollListener, FocusListener, InputListener

public interface EventListener

Low level interface for receiving events. Typically there is a listener class for each specific event class.

See Also:
InputListener, InputEvent

Method Summary
 boolean handle(Event event)
          Try to handle the given event, if it is applicable.
 

Method Detail

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.


Copyright © 2013. All Rights Reserved.