Class QueueStatusEvent
- java.lang.Object
-
- org.apache.sling.event.impl.jobs.jmx.QueueStatusEvent
-
public class QueueStatusEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description QueueStatusEvent(org.apache.sling.event.jobs.Queue queue, org.apache.sling.event.jobs.Queue oldqueue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sling.event.jobs.QueuegetOldQueue()org.apache.sling.event.jobs.QueuegetQueue()booleanisNew()booleanisRemoved()booleanisUpdate()
-