com.zipxap.vfs
Interface VFSReindexListener


public interface VFSReindexListener

This interface is used by the VirtualFileSystem to notify listeners that a change has occurred in the underlying structure of the file that would require it to re-index all of the VFSFile and VFSRepository objects.

MilestoneWhoDate, Time
Initial VersionK PenroseJune 2009

** Note that this table is not intended as an exhaustive list of subtle changes. It is intended to list changes that break the compatibility of older code, or major enhancements/rewrites


Method Summary
 void FileSystemReindexed()
          This method is called when the virtual file system needs to be reindexed.
 

Method Detail

FileSystemReindexed

void FileSystemReindexed()
This method is called when the virtual file system needs to be reindexed. This is a costly operation because it forces all clients to discard any VFSRepository, VFSFile, VFSInputStream, or VFSOutputStream objects they are holding on to.