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

Method Summary
 void execute(java.lang.String msg)
           
 boolean isRunning()
           
 void print(java.lang.String msg)
           
 void setStartTime()
           
 

Method Detail

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.