Example usage for org.apache.commons.io.monitor FileAlterationListener interface-usage

List of usage examples for org.apache.commons.io.monitor FileAlterationListener interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.io.monitor FileAlterationListener interface-usage.

Usage

From source file eu.optimis.ics.p2p.MyFileAlterationListener.java

public class MyFileAlterationListener implements FileAlterationListener {

    public void onDirectoryChange(File directory) {

    }

From source file info.fetter.logstashforwarder.FileModificationListener.java

public class FileModificationListener implements FileAlterationListener {
    private Event fields;
    private FileWatcher watcher;

    public FileModificationListener(FileWatcher watcher, Event fields) {
        this.watcher = watcher;

From source file controller.FileWatcher.java

public class FileWatcher implements FileAlterationListener {
    //
    //   SimpleDateFormat format = new  SimpleDateFormat("MM/dd/yyyy HH:mm:ss");
    @Override
    public void onDirectoryChange(File arg0) {
        // TODO Auto-generated method stub

From source file de.adorsys.forge.plugins.ct.FileListener.java

/**
 * Delegates FileChanges to the TestExecutor
 * @author Florian Hirsch - adorsys
 */
public class FileListener implements FileAlterationListener {

From source file com.moneydance.modules.features.importlist.io.TransactionFileListener.java

/**
 * This <code>FileAlterationListener</code> implementation is notified about
 * relevant modifications in the file system. It propagates these modifications
 * to its <code>Observer</code>s.
 *
 * @author Florian J. Breunig

From source file com.prototype.utils.IndexChangeListenerImpl.java

/**
 * 
 * @author mweigel
 *
 *         A listener class with methods that are invoked when when Linux file
 *         events occur

From source file com.lxd.client.monitor.AdamFileListener.java

/**
 * ?
 * 
 * @author: a5834099147
 * @mailto: a5834099147@126.com
 * @date: 201514

From source file de.jakusys.jackhammer.cli.upload.listener.JackhammerFileAlternationListener.java

/**
 * @author Jakob Klzer
 */
public class JackhammerFileAlternationListener implements FileAlterationListener {

    private final EventBus bus;

From source file edu.fullerton.framemonitor.ChangeListener.java

/**
 *
 * @author Joseph Areeda <joseph.areeda at ligo.org>
 */
public class ChangeListener implements FileAlterationListener {
    private FileAlterationObserver observer;

From source file de.jakusys.jackhammer.cli.command.UploadingFileAlternationListener.java

/**
 * @author Jakob Klzer
 */
public class UploadingFileAlternationListener implements FileAlterationListener {

    private final File root;