|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object TimeStampedSignal org.sadun.util.polling.BasePollerEvent org.sadun.util.polling.FileMovedEvent
Indicates that the poller has performed an automatic move of a
polled file. Can be signalled only if the autoMove move
is active (see DirectoryPoller class description
).
Method Summary | |
org.sadun.util.MovedFile |
getMovedFile()
Return a MovedFile object encapsulating the
move operation. |
java.io.File |
getOriginalPath()
Return the original path of the file. |
java.io.File |
getPath()
Return the new path of the file. |
Methods inherited from class org.sadun.util.polling.BasePollerEvent |
getPoller |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.io.File getOriginalPath()
public java.io.File getPath()
public org.sadun.util.MovedFile getMovedFile()
MovedFile
object encapsulating the
move operation.
MovedFile
object encapsulating the
move operation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |