|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.teamdev.filewatch.FileEvent
com.teamdev.filewatch.FileEvent.Changed
public static class FileEvent.Changed
The event for a changed file.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.teamdev.filewatch.FileEvent |
|---|
FileEvent.Added, FileEvent.Changed, FileEvent.Deleted, FileEvent.Moved, FileEvent.Renamed |
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
FileEvent.Changed(FileWatcher source,
java.io.File file)
|
|
| Method Summary | |
|---|---|
protected void |
dispatch(FileEventsListener listener)
Implementing events should call an appropriate method of the listener passing itself as a parameter of the corresponding listener's method. |
| Methods inherited from class com.teamdev.filewatch.FileEvent |
|---|
getEventId, getFile, getNativeKind, setEventId, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileEvent.Changed(FileWatcher source,
java.io.File file)
| Method Detail |
|---|
protected void dispatch(FileEventsListener listener)
FileEvent
dispatch in class FileEventlistener - a listener to notify.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||