Copyright 2002 by aragost

com.aragost.io
Class FilePollerAdapter

java.lang.Object
  |
  +--com.aragost.io.FilePollerAdapter
All Implemented Interfaces:
java.util.EventListener, FilePollerListener

public class FilePollerAdapter
extends java.lang.Object
implements FilePollerListener


Constructor Summary
FilePollerAdapter()
           
 
Method Summary
 void changed(boolean existsFlag, FilePoller file)
           
 void exists(boolean existsFlag, FilePoller file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePollerAdapter

public FilePollerAdapter()
Method Detail

changed

public void changed(boolean existsFlag,
                    FilePoller file)
Specified by:
changed in interface FilePollerListener

exists

public void exists(boolean existsFlag,
                   FilePoller file)
Specified by:
exists in interface FilePollerListener

Copyright 2002 by aragost