public interface ChangeListener extends EventListener
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.CronJob,
ChangeDescriptor,
ChangeEvent| Modifier and Type | Method and Description |
|---|---|
void |
notify(ChangeEvent event)
This method is called each time a
ChangeEvent is fired by the class the listener has itself
registered to. |
void notify(ChangeEvent event)
ChangeEvent is fired by the class the listener has itself
registered to. Implement your processing the ChangeEvents here.event - the ChangeEvent which has been firedCopyright © 2017 SAP SE. All Rights Reserved.