|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.teamdev.filewatch.WatcherEvent
public abstract class WatcherEvent
Class that represents file watcher state change event
| Nested Class Summary | |
|---|---|
static class |
WatcherEvent.Started
|
static class |
WatcherEvent.Stopped
|
static class |
WatcherEvent.StopReason
|
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
WatcherEvent(FileWatcher source)
Constructs a prototypical Event. |
|
| Method Summary | |
|---|---|
protected abstract void |
dispatch(WatcherEventListener listener)
|
| 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 |
| Constructor Detail |
|---|
public WatcherEvent(FileWatcher source)
source - The object on which the Event initially occurred.
java.lang.IllegalArgumentException - if source is null.| Method Detail |
|---|
protected abstract void dispatch(WatcherEventListener listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||