Uses of Class
de.hybris.platform.cronjob.jalo.ChangeEvent
-
Packages that use ChangeEvent Package Description de.hybris.platform.cronjob.jalo -
-
Uses of ChangeEvent in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo with parameters of type ChangeEvent Modifier and Type Method Description voidChangeListener. notify(ChangeEvent event)This method is called each time aChangeEventis fired by the class the listener has itself registered to.protected voidCronJob. notifyChangeListeners(ChangeEvent event)Notifies allChangeListeners, which are registered for the topic of the specified event.
-