byucc.jhdl.apps.util
Interface SimulatorThreadListener
- public interface SimulatorThreadListener
A SimulatorThreadListener may be added to a SimulatorThread after
it is create, but before it is started. When the thread completes
its execution, the simulatorThreadReturned method is called.
|
Method Summary |
void |
simulatorThreadReturned(java.lang.Object retObject)
This method is called when the SimulatorThread finishes its
execution. |
simulatorThreadReturned
public void simulatorThreadReturned(java.lang.Object retObject)
- This method is called when the SimulatorThread finishes its
execution.
- Parameters:
retObject - this object should either be some indication of
the status of the thread action (e.g. a string that indicates
success) or some type of exception (e.g. a StimulatorException)
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.