Example usage for org.apache.commons.jci.monitor FilesystemAlterationMonitor stop

List of usage examples for org.apache.commons.jci.monitor FilesystemAlterationMonitor stop

Introduction

In this page you can find the example usage for org.apache.commons.jci.monitor FilesystemAlterationMonitor stop.

Prototype

public void stop() 

Source Link

Usage

From source file:nz.net.catalyst.mobile.dds.WurflCapabilityServiceImpl.java

protected synchronized void stopWatchingFiles() {
    for (FilesystemAlterationMonitor fam : famList)
        fam.stop();
}