- All Implemented Interfaces:
- ReflectionConstructable, ReflectionConstructable2<SimNode,Parameters>
- Direct Known Subclasses:
- ControlCounter, ControlTimer
public abstract class SimNotifier
extends java.lang.Object
implements ReflectionConstructable2<SimNode,Parameters>
SimNotifier is a special notifier support class that has notifiers for all
phases of a simulation. The Run method of Simulation calls several methods
for the different phases of a simulation program. Derived classes can
override these methods to do additional work.