net.grinder.console.distribution
Interface FileChangeWatcher

All Known Subinterfaces:
FileDistribution
All Known Implementing Classes:
FileDistributionImplementation

public interface FileChangeWatcher

Something that can raise events about file changes.

Author:
Philip Aston

Nested Class Summary
static interface FileChangeWatcher.FileChangedListener
          Listener interface.
 
Method Summary
 void addFileChangedListener(FileChangeWatcher.FileChangedListener listener)
          Add a listener that will be sent events about files that have changed.
 

Method Detail

addFileChangedListener

void addFileChangedListener(FileChangeWatcher.FileChangedListener listener)
Add a listener that will be sent events about files that have changed.

Parameters:
listener - The listener.


Copyright © 2000-2013. All Rights Reserved.