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 Object
callback class definition for cleaning up in cleanup called once for every qe that is removed
- Author:
- prosirai
|
Method Summary |
abstract void |
cleanEntry(JDFQueueEntry qe)
cleans up when a QueueEntry is removed by whatever method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDFQueue.CleanupCallback
public JDFQueue.CleanupCallback()
cleanEntry
public abstract void cleanEntry(JDFQueueEntry qe)
- cleans up when a QueueEntry is removed by whatever method
- Parameters:
qe -
Copyright © 2013. All Rights Reserved.