|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.AlgorithmHandler
public class AlgorithmHandler
Class to display and manage the started algorithm. Singleton class, a reference to this class can be obtained by the static method getinstance().
Creation date: 6 d�c. 2005
Method Summary | |
---|---|
static AlgorithmHandler |
getInstance()
return the instance of this class |
void |
hide()
Hide the panel and stop listenning to RepositoryManager |
void |
show()
show the dialog containing all the started algorithms |
void |
startAlgoEvent(TotemAlgorithm algo)
New algorithm started |
void |
stopAlgoEvent(TotemAlgorithm algo)
Algo stopped |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AlgorithmHandler getInstance()
public void show()
public void hide()
public void startAlgoEvent(TotemAlgorithm algo)
RepositoryManagerListener
startAlgoEvent
in interface RepositoryManagerListener
algo
- the started algorithmpublic void stopAlgoEvent(TotemAlgorithm algo)
RepositoryManagerListener
stopAlgoEvent
in interface RepositoryManagerListener
algo
- A reference to the stopped algo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |