PamguardMVC
Class DeletedDataUnitFinder

java.lang.Object
  extended by PamguardMVC.DataUnitFinder
      extended by PamguardMVC.DeletedDataUnitFinder

public class DeletedDataUnitFinder
extends DataUnitFinder


Constructor Summary
DeletedDataUnitFinder(PamDataBlock pamDataBlock)
           
DeletedDataUnitFinder(PamDataBlock pamDataBlock, DataUnitMatcher dataUnitMatcher)
           
 
Method Summary
protected  void setupList()
           
 
Methods inherited from class PamguardMVC.DataUnitFinder
findDataUnit, getDataUnitMatcher, getLastUnit, getListIterator, getPamDataBlock, setDataUnitMatcher, setListIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeletedDataUnitFinder

public DeletedDataUnitFinder(PamDataBlock pamDataBlock,
                             DataUnitMatcher dataUnitMatcher)

DeletedDataUnitFinder

public DeletedDataUnitFinder(PamDataBlock pamDataBlock)
Method Detail

setupList

protected void setupList()
Overrides:
setupList in class DataUnitFinder