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:
java.io.Serializable
public class BatchMonitorEvent extends org.springframework.context.ApplicationEventAn event alerting listeners to the existence of a newBatchMonitor.- Author:
- dward
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchMonitorEvent(BatchMonitor source)The Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchMonitorgetBatchMonitor()Gets the source batch monitor.
-
-
-
Constructor Detail
-
BatchMonitorEvent
public BatchMonitorEvent(BatchMonitor source)
The Constructor.- Parameters:
source- the source of the event
-
-
Method Detail
-
getBatchMonitor
public BatchMonitor getBatchMonitor()
Gets the source batch monitor.- Returns:
- the batch monitor
-
-