All Packages Class Hierarchy This Package Previous Next Index
Interface javaParse.Watchable
- public abstract interface Watchable
to be used with Watcher interface... would have used observer/
observable, but needed both to be interfaces (I know that it
doesn't make much sense at that point, but I figured to keep
the design pattern....)
-
informWatcher(Object)
-
-
setWatcher(Watcher)
-
setWatcher
public abstract void setWatcher(Watcher w)
informWatcher
public abstract void informWatcher(Object arg)
All Packages Class Hierarchy This Package Previous Next Index