|
Class Summary |
| AnalysisEvent |
A base (immutable) class for all events coming from a running
analysis. |
| DefaultDeserializer |
A default implementation of the EventDeserializer that
recognizes standard Soaplab events. |
| DefaultEventListener |
A default implementation of an EventListener interface. |
| EventManager |
An inter-mediator between individual jobs and all event
listeners. |
| HeartbeatProgressEvent |
A class representing an event that indicates that the underlying
service/analysis/job is still in progress. |
| PercentProgressEvent |
A class representing an event that reports the time percentage of
the underlying service/analysis/job. |
| StateChangeEvent |
A class representing an event that characterizes a change of state of
the underlying service/analysis/job. |
| StepProgressEvent |
A class representing an event that reports the numnber of total and
completed steps for the underlying service/analysis/job. |
| TimeProgressEvent |
A class representing an event that reports the remaining time of
the underlying service/analysis/job. |