ncsa.tools.trebuchet.core
Interface IUpdateOperationListener

All Superinterfaces:
IOperationListener
All Known Implementing Classes:
FileMonitor, LoggingOperationListener, ProgressListener

public interface IUpdateOperationListener
extends IOperationListener

Cache entry updates are called whenever a fixed-length field on a given entry line is altered (variable-length fields are write-once).

Author:
arossi

Method Summary
 void cacheEntryUpdated(java.lang.String operationId, long entryId)
           
 
Methods inherited from interface ncsa.tools.trebuchet.core.IOperationListener
cacheUpdated, operationFinished, operationStarted, scanningDirectory
 

Method Detail

cacheEntryUpdated

public void cacheEntryUpdated(java.lang.String operationId,
                              long entryId)