libgdx API

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)
           
 

Method Detail

handle

boolean handle(Event event)

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)