Package com.floragunn.searchsupport.jobs
Interface JobConfigListener<JobType extends JobConfig>
-
public interface JobConfigListener<JobType extends JobConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterChange(Set<JobType> newJobs, Map<JobType,JobType> updatedJobs, Set<JobType> deletedJobs)voidbeforeChange(Set<JobType> newJobs)voidonInit(Set<JobType> jobs)
-