Nuxeo Enterprise Platform 5.4

Uses of Package
org.nuxeo.ecm.webengine.notifier

Packages that use org.nuxeo.ecm.webengine.notifier
org.nuxeo.ecm.webengine.notifier   
 

Classes in org.nuxeo.ecm.webengine.notifier used by org.nuxeo.ecm.webengine.notifier
FileChangeListener
          An example of listener implementation: public class MyListener implements FileChangeListener { long lastNotif = 0; public void fileChanged(File file, long since, long now) { if (now == lastNotifFlush) return; if (isIntersetedInFile(file)) { lastNotif = now; flushCache(); // flush internal cache because file on disk changed } } }
FileChangeNotifier.FileEntry
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.