org.openware.loadsim.simulation
Interface ISimulationCompleteCallBack
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteCallBack, LocalCallBack
- public interface ISimulationCompleteCallBack
- extends java.rmi.Remote
Implement this interface when you want to do something after the
simulation is complete.
- Author:
- Vincent Sheffer
execute
public void execute(java.lang.String msg)
setStartTime
public void setStartTime()
print
public void print(java.lang.String msg)
isRunning
public boolean isRunning()
Copyright © 2000, 2001 Openware, Spin Software. All Rights Reserved.