Package pulse.input.listeners
Package contains listeners and event types which are used to track any
runtime changes with the internal data structures defined in
pulse
and pulse.input
.- See Also:
pulse
,pulse.input
-
Interface Summary Interface Description DataListener A listener interface, which is used to listen toDataEvent
s occurring with anExperimentalData
object.ExternalDatasetListener A listener associated with theInterpolationDataset
static repository of interpolations. -
Class Summary Class Description CurveEvent ACurveEvent
is associated with anHeatingCurve
object.DataEvent ADataEvent
is used to track changes happening with aExperimentalData
. -
Enum Summary Enum Description CurveEventType An event type associated with anHeatingCurve
object.DataEventType An event type that is associated with anExperimentalData
object.