libgdx API

Uses of Interface
com.badlogic.gdx.scenes.scene2d.OnActionCompleted

Packages that use OnActionCompleted
com.badlogic.gdx.scenes.scene2d   
 

Uses of OnActionCompleted in com.badlogic.gdx.scenes.scene2d
 

Fields in com.badlogic.gdx.scenes.scene2d declared as OnActionCompleted
protected  OnActionCompleted Action.listener
           
 

Methods in com.badlogic.gdx.scenes.scene2d that return OnActionCompleted
 OnActionCompleted Action.getCompletionListener()
           
 

Methods in com.badlogic.gdx.scenes.scene2d with parameters of type OnActionCompleted
 Action Action.setCompletionListener(OnActionCompleted listener)
          Sets the listener to be invoked when the action is finished.
 


libgdx API

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