HomeSort by relevance Sort by last modified time
    Searched refs:RemoveListenerAction (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
RemoveListenerAction.java 25 public class RemoveListenerAction extends Action {
Actions.java 482 static public RemoveListenerAction removeListener (EventListener listener, boolean capture) {
483 RemoveListenerAction addAction = action(RemoveListenerAction.class);
489 static public RemoveListenerAction removeListener (EventListener listener, boolean capture, Actor targetActor) {
490 RemoveListenerAction addAction = action(RemoveListenerAction.class);

Completed in 2810 milliseconds