|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.myjavaworld.util.FileChangeEvent
public class FileChangeEvent
Field Summary | |
---|---|
File |
file
|
long |
newDate
|
long |
oldDate
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
FileChangeEvent(Object source,
File file,
long oldDate,
long newDate)
|
Method Summary | |
---|---|
File |
getFile()
|
long |
getnewDate()
|
long |
getOldDate()
|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public File file
public long oldDate
public long newDate
Constructor Detail |
---|
public FileChangeEvent(Object source, File file, long oldDate, long newDate)
Method Detail |
---|
public File getFile()
public long getOldDate()
public long getnewDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |