Version: ${maven.project.version}

Package org.soaplab.services.events

Interface Summary
EventConstants A collection of constants used Soaplab events in XML format.
EventDeserializer An interface whose implementations can re-create Soaplab events (Java objects) from their XML representation.
EventListener An interface for listening to the Soaplab events.
 

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.
 


Version: ${maven.project.version}

Submit a bug or feature
Generated: Tue Jun 14 15:18:14 AST 2011