Uses of Class
com.b3dgs.lionengine.engine.Sequence

Packages that use Sequence
com.b3dgs.lionengine.engine   
 

Uses of Sequence in com.b3dgs.lionengine.engine
 

Methods in com.b3dgs.lionengine.engine that return Sequence
 Sequence Sequence.getNextSequence()
          Get next sequence.
 

Methods in com.b3dgs.lionengine.engine with parameters of type Sequence
 void Sequence.end(Sequence nextSequence)
          Terminate sequence, and set the next sequence id.
 void Loader.setNextSequence(Sequence sequence)
          Set the next sequence.
protected  void AbstractLauncher.startSequence(Sequence sequence, Loader game)
          Start specified sequence.