|
||||||||||
| 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
com.teamdev.filewatch.WatcherEvent.Stopped
public static class WatcherEvent.Stopped
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.teamdev.filewatch.WatcherEvent |
|---|
WatcherEvent.Started, WatcherEvent.Stopped, WatcherEvent.StopReason |
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
WatcherEvent.Stopped(FileWatcher source)
Constructs a prototypical Event. |
|
WatcherEvent.Stopped(FileWatcher source,
WatcherEvent.StopReason reason)
|
|
| Method Summary | |
|---|---|
protected void |
dispatch(WatcherEventListener listener)
|
WatcherEvent.StopReason |
getStopReason()
|
java.lang.String |
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 WatcherEvent.Stopped(FileWatcher source)
source - The object on which the Event initially occurred.
java.lang.IllegalArgumentException - if source is null.
public WatcherEvent.Stopped(FileWatcher source,
WatcherEvent.StopReason reason)
| Method Detail |
|---|
protected void dispatch(WatcherEventListener listener)
dispatch in class WatcherEventpublic java.lang.String toString()
toString in class java.util.EventObjectpublic WatcherEvent.StopReason getStopReason()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||