Package org.cip4.jdflib.jmf
Class JDFQueue.CleanupCallback
- java.lang.Object
-
- org.cip4.jdflib.jmf.JDFQueue.CleanupCallback
-
- Enclosing class:
- JDFQueue
public abstract static class JDFQueue.CleanupCallback extends java.lang.Objectcallback class definition for cleaning up in cleanup called once for every qe that is removed
-
-
Constructor Summary
Constructors Constructor Description CleanupCallback()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidcleanEntry(JDFQueueEntry qe)cleans up when a QueueEntry is removed by whatever method
-
-
-
Method Detail
-
cleanEntry
public abstract void cleanEntry(JDFQueueEntry qe)
cleans up when a QueueEntry is removed by whatever method- Parameters:
qe-
-
-