Uses of Package
pulse.input.listeners
-
Packages that use pulse.input.listeners Package Description pulse Contains some of the most frequently used classes, which did not seem to fit in any other packages.pulse.input Introduces internal data structures that (a) are created as a result of parsing specific types of input files, such as: experimental heating curves, metadata, and property curves (e.g.pulse.input.listeners Package contains listeners and event types which are used to track any runtime changes with the internal data structures defined inpulse
andpulse.input
.pulse.tasks Introduces theSearchTask
, which is the main actor inPULsE
, and theTaskManager
, a high-level class which among other functions manages loading and executingSearchTask
s. -
Classes in pulse.input.listeners used by pulse Class Description CurveEvent ACurveEvent
is associated with anHeatingCurve
object. -
Classes in pulse.input.listeners used by pulse.input Class Description DataEvent ADataEvent
is used to track changes happening with aExperimentalData
.DataListener A listener interface, which is used to listen toDataEvent
s occurring with anExperimentalData
object. -
Classes in pulse.input.listeners used by pulse.input.listeners Class Description CurveEventType An event type associated with anHeatingCurve
object.DataEvent ADataEvent
is used to track changes happening with aExperimentalData
.DataEventType An event type that is associated with anExperimentalData
object. -
Classes in pulse.input.listeners used by pulse.tasks Class Description ExternalDatasetListener A listener associated with theInterpolationDataset
static repository of interpolations.