Copyright 2002 by aragost

com.aragost.io
Interface FilePollerListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
FilePollerAdapter, FileWatcher

public interface FilePollerListener
extends java.util.EventListener


Method Summary
 void changed(boolean existsFlag, FilePoller file)
           
 void exists(boolean existsFlag, FilePoller file)
           
 

Method Detail

changed

public void changed(boolean existsFlag,
                    FilePoller file)

exists

public void exists(boolean existsFlag,
                   FilePoller file)

Copyright 2002 by aragost