br.edu.fei.dcc.raciocinioespacial.simulador.movimentacao
Class GerenciadorMovimentacao

java.lang.Object
  extended by br.edu.fei.dcc.raciocinioespacial.simulador.movimentacao.GerenciadorMovimentacao
All Implemented Interfaces:
java.lang.Runnable

public class GerenciadorMovimentacao
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
GerenciadorMovimentacao(Simulacao simulacao, float intervalo, java.util.ArrayList<IEntidadeMovel> entidades)
           
 
Method Summary
 void run()
          It run the new thread
 void startMovements()
          It starts the thread which refreshes the movements constantly
 void stopMovements()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GerenciadorMovimentacao

public GerenciadorMovimentacao(Simulacao simulacao,
                               float intervalo,
                               java.util.ArrayList<IEntidadeMovel> entidades)
Method Detail

startMovements

public void startMovements()
It starts the thread which refreshes the movements constantly


stopMovements

public void stopMovements()

run

public void run()
It run the new thread

Specified by:
run in interface java.lang.Runnable