Class JobCompletedEvent

java.lang.Object
org.graylog.scheduler.eventbus.JobCompletedEvent

public class JobCompletedEvent extends Object
A simple event that signals a scheduler job completion to subscribers. We always use the same instance because there are no fields and it allows us to avoid excessive object creation.