Class BatchMonitorEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class BatchMonitorEvent
    extends org.springframework.context.ApplicationEvent
    An event alerting listeners to the existence of a new BatchMonitor.
    Author:
    dward
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BatchMonitor getBatchMonitor()
      Gets the source batch monitor.
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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