org.apache.sling.installer.provider.file.impl
Interface FileChangesListener

All Known Implementing Classes:
Installer

public interface FileChangesListener


Method Summary
 void initialSet(List<File> files)
           
 void updated(List<File> added, List<File> changed, List<File> removed)
           
 

Method Detail

initialSet

void initialSet(List<File> files)

updated

void updated(List<File> added,
             List<File> changed,
             List<File> removed)


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.