|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.edu.fei.dcc.raciocinioespacial.simulador.movimentacao.GerenciadorMovimentacao
public class GerenciadorMovimentacao
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 |
---|
public GerenciadorMovimentacao(Simulacao simulacao, float intervalo, java.util.ArrayList<IEntidadeMovel> entidades)
Method Detail |
---|
public void startMovements()
public void stopMovements()
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |