Abstract interface of a Listener which can be attached to an Engine to observe the outputs generated there. Use Engine.addListener to attach a Listener to an engine.
Attributes
Graph
Supertypes
class Object
trait Matchable
class Any
Members list
Value members
Abstract methods
def event(stream: String, time: Time, value: Any): Unit
Callback method, called when an output stream raises an event
Callback method, called when an output stream raises an event
Callback method, called when an output stream without name raises an event. This may be the case if the corresponding stream was marked with a @raw annotation. This method is called for outputs for which not event is called.
Callback method, called when an output stream without name raises an event. This may be the case if the corresponding stream was marked with a @raw annotation. This method is called for outputs for which not event is called.