Package org.cip4.jdflib.jmf
Class JDFQueue.CleanupCallback
java.lang.Object
org.cip4.jdflib.jmf.JDFQueue.CleanupCallback
- Enclosing class:
- JDFQueue
callback class definition for cleaning up in cleanup called once for every qe that is removed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidcleans up when a QueueEntry is removed by whatever method
-
Constructor Details
-
CleanupCallback
public CleanupCallback()
-
-
Method Details
-
cleanEntry
cleans up when a QueueEntry is removed by whatever method- Parameters:
qe-
-