|
||||||||||
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.Started
public static class WatcherEvent.Started
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.Started(FileWatcher source)
Constructs a prototypical Event. |
Method Summary | |
---|---|
protected void |
dispatch(WatcherEventListener listener)
|
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.Started(FileWatcher source)
source
- The object on which the Event initially occurred.
java.lang.IllegalArgumentException
- if source is null.Method Detail |
---|
protected void dispatch(WatcherEventListener listener)
dispatch
in class WatcherEvent
public java.lang.String toString()
toString
in class java.util.EventObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |