Package org.alfresco.repo.batch
Class BatchMonitorEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.alfresco.repo.batch.BatchMonitorEvent
- All Implemented Interfaces:
Serializable
public class BatchMonitorEvent
extends org.springframework.context.ApplicationEvent
An event alerting listeners to the existence of a new
BatchMonitor.- Author:
- dward
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
BatchMonitorEvent
The Constructor.- Parameters:
source- the source of the event
-
-
Method Details
-
getBatchMonitor
Gets the source batch monitor.- Returns:
- the batch monitor
-