All Packages Class Hierarchy This Package Previous Next Index
Interface javaParse.Watcher
- public abstract interface Watcher
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....)
-
inform(Object)
-
inform
public abstract void inform(Object arg)
All Packages Class Hierarchy This Package Previous Next Index