org.cip4.jdflib.jmf
Class JDFQueue.CleanupCallback

java.lang.Object
  extended by 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

Constructor Summary
JDFQueue.CleanupCallback()
           
 
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
 

Constructor Detail

JDFQueue.CleanupCallback

public JDFQueue.CleanupCallback()
Method Detail

cleanEntry

public abstract void cleanEntry(JDFQueueEntry qe)
cleans up when a QueueEntry is removed by whatever method

Parameters:
qe -


Copyright © 2013. All Rights Reserved.