|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jconfig.event.FileListenerEvent
The FileListenerEvent
is the event that is delivered to
anyone who who implements the DirectoryListener interface. It is a simple
class to provide access to the File object when the File object changes.
Constructor Summary | |
FileListenerEvent(java.io.File file)
Creates a new instance of FileListenerEvent |
Method Summary | |
java.io.File |
getFile()
Return the File that triggered this event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileListenerEvent(java.io.File file)
Method Detail |
public java.io.File getFile()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |