public abstract class SimNotifier
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Notifier |
endOfBatchNotifier |
protected Notifier |
endOfTransientPhaseNotifier |
Constructor and Description |
---|
SimNotifier() |
Modifier and Type | Method and Description |
---|---|
void |
deregisterSimNotifier() |
void |
endOfBatch(int batchNr) |
void |
endOfTransientPhase() |
abstract void |
handleStartBatch(int batchNumber) |
void |
handleStartSimulation(Simulation sim) |
abstract void |
handleStartTransientPhase() |
void |
registerSimNotifier(Simulation s) |
protected Notifier endOfTransientPhaseNotifier
protected Notifier endOfBatchNotifier
public void handleStartSimulation(Simulation sim)
public abstract void handleStartTransientPhase()
public abstract void handleStartBatch(int batchNumber)
public void endOfTransientPhase()
public void endOfBatch(int batchNr)
public void registerSimNotifier(Simulation s)
public void deregisterSimNotifier()