Interface ChangeListener

All Superinterfaces:
EventListener

public interface ChangeListener extends EventListener
The listener interface for receiving ChangeEvents. Classes that are interested in processing these events must implement this interface and can register themself by using the CronJob.addChangeListener(String, ChangeListener) method.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called each time a ChangeEvent is fired by the class the listener has itself registered to.
  • Method Details

    • notify

      void notify(ChangeEvent event)
      This method is called each time a ChangeEvent is fired by the class the listener has itself registered to. Implement your processing the ChangeEvents here.
      Parameters:
      event - the ChangeEvent which has been fired