template<class X> class adevs::EventListener

The EventListener class is used to receive model output events during a simulation.

Inheritance:


Public Methods

[more]virtual void outputEvent(Event<X> x, double t) = 0
Output event callback
[more]virtual ~EventListener()


Documentation

The EventListener class is used to receive model output events during a simulation. Its methods are actived during the compute output phase of the simulation. It will be activated once for each model that produces an output. Note that if an event is traversing the model hierarchy, then these methods will be called once for the atomic model that originally produced the output and once for each coupled model that subsequently produces the event as output.
ovirtual void outputEvent(Event<X> x, double t) = 0
Output event callback

ovirtual ~EventListener()


Direct child classes:
ModelWrapper

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.