Uses of Class
com.luciad.fusion.platform.event.object.jobs.TLfnJobUpdatedEvent
Packages that use TLfnJobUpdatedEvent
Package
Description
This package contains all classes for LuciadFusion event objects regarding
ALfnJob.-
Uses of TLfnJobUpdatedEvent in com.luciad.fusion.platform.event.object.jobs
Subclasses of TLfnJobUpdatedEvent in com.luciad.fusion.platform.event.object.jobsModifier and TypeClassDescriptionclassALfnJobExecutionEndedEvent<T extends ALfnJob>Abstract class that all LuciadFusion events regarding the end of aALfnJobexecution inherit from.classALfnJobExecutionEvent<T extends ALfnJob>Abstract class that all LuciadFusion events regarding the execution of aALfnJobinherit from.final classTLfnJobCompletedSuccessfullyEvent<T extends ALfnJob>Event object indicating that the execution of aALfnJobhas completed successfully.final classTLfnJobFailedEvent<T extends ALfnJob>Event object indicating that the execution of aALfnJobhas failed.final classTLfnJobProgressEvent<T extends ALfnJob>Event object indicating that the execution of aALfnJobhas progressed.final classTLfnJobQueuedEvent<T extends ALfnJob>Event object indicating that aALfnJobhas been queued for execution.final classEvent object indicating that aALfnJobhas been scheduled for execution.final classTLfnJobStartedEvent<T extends ALfnJob>Event object indicating that the execution of aALfnJobhas started.final classTLfnJobStoppedEvent<T extends ALfnJob>Event object indicating that the execution of aALfnJobhas been stopped.final classEvent object indicating that a previously scheduledALfnJobis no longer scheduled for execution.