Uses of Record Class
ch.admin.bit.jeap.reaction.observer.core.domain.model.Observation
Packages that use Observation
Package
Description
-
Uses of Observation in ch.admin.bit.jeap.reaction.observer.core.domain
Methods in ch.admin.bit.jeap.reaction.observer.core.domain with parameters of type ObservationModifier and TypeMethodDescriptionvoidReactionRecorder.onAction(Observation action) Publish a reaction (either including the trigger if one has been recorded, or an action-only reaction).voidReactionRecorder.onTriggerStart(Observation trigger) Record the occurrence of a trigger -
Uses of Observation in ch.admin.bit.jeap.reaction.observer.core.domain.model
Methods in ch.admin.bit.jeap.reaction.observer.core.domain.model that return ObservationModifier and TypeMethodDescriptionReaction.action()Returns the value of theactionrecord component.static Observationstatic ObservationReaction.trigger()Returns the value of thetriggerrecord component.Constructors in ch.admin.bit.jeap.reaction.observer.core.domain.model with parameters of type ObservationModifierConstructorDescriptionReaction(Observation trigger, Observation action) Reaction(Observation trigger, Observation action, String id) Creates an instance of aReactionrecord class.