org.apache.ode.utils
Interface WatchDog.Mutable<T>

All Known Implementing Classes:
WatchDog.FileMutable, WatchDog.FileSetMutable
Enclosing class:
WatchDog<T,C extends WatchDog.Observer>

public static interface WatchDog.Mutable<T>

have you said that duck typing would be nice?


Method Summary
 boolean exists()
           
 boolean hasChangedSince(T since)
           
 T lastModified()
           
 

Method Detail

exists

boolean exists()

hasChangedSince

boolean hasChangedSince(T since)

lastModified

T lastModified()