SimulatorListener

public abstract class SimulatorListener

Provides callbacks to monitor the state of the simulator.

Constructors

SimulatorListener

public SimulatorListener(APIClient client)

SimulatorListener

protected SimulatorListener(APIClient client, long objectId)

Internal constructor

Methods

finalize

protected void finalize()

getObjectId

public long getObjectId()

Internal method

getOrCreate

public static SimulatorListener getOrCreate(APIClient client, long objectId)

Internal method

simulatorStopped

public abstract void simulatorStopped(io.cocotec.coco.platform.coco.SimulatorStopReason reason)

Called when the simulator stops execution for the given reason. The simulator will remain paused until a) this call returns; and b) a command is issued on the Simulator.