org.littleshoot.util
Interface LockedFileProcessor

All Known Implementing Classes:
LockedFileProcessorImpl

public interface LockedFileProcessor

Interface for classes that process files that need to be locked during processing.


Method Summary
 void processFile()
          Tells to processor to start checking the file for changes and to start processing data.
 

Method Detail

processFile

void processFile()
Tells to processor to start checking the file for changes and to start processing data.



Copyright © 2011-2013 LittleShoot. All Rights Reserved.