mennov1
Class ImageFileClient

java.lang.Object
  extended by mennov1.ImageFileClient
All Implemented Interfaces:
java.util.EventListener, Listener<PictureEvent>

public class ImageFileClient
extends java.lang.Object
implements Listener<PictureEvent>

Listens to the 'modified' meta-info of a file, and raises a picture event if it changes with the new file

To do:
It doesn't have to be a Listener

Constructor Summary
ImageFileClient(java.lang.String fname, long delay)
           
 
Method Summary
 void event(PictureEvent e)
           
 java.lang.Boolean wants(java.util.EventObject e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFileClient

public ImageFileClient(java.lang.String fname,
                       long delay)
Method Detail

wants

public java.lang.Boolean wants(java.util.EventObject e)
Specified by:
wants in interface Listener<PictureEvent>

event

public void event(PictureEvent e)
Specified by:
event in interface Listener<PictureEvent>