ora.gui.helper
Class ThreadController

java.lang.Object
  extended by ora.gui.helper.ThreadController

public class ThreadController
extends java.lang.Object


Constructor Summary
ThreadController(ElementController eh, GraphPane graphPane, MemoryPane memPane)
           
 
Method Summary
 void buzz()
           
 void close()
           
 MemoryThread getMemoryThread()
           
 void startThreads(boolean startThreads)
           
 boolean stopThreads()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadController

public ThreadController(ElementController eh,
                        GraphPane graphPane,
                        MemoryPane memPane)
Method Detail

startThreads

public void startThreads(boolean startThreads)

buzz

public void buzz()

stopThreads

public boolean stopThreads()

close

public void close()

getMemoryThread

public MemoryThread getMemoryThread()