Interface sun.server.misc.Observer
All Packages Class Hierarchy This Package Previous Next Index
Interface sun.server.misc.Observer
- public interface Observer
- extends Object
This class is only here as we want to
use sun.httpd.Observable in place of java.util.Observable.
-
update(Observable, Object)
- Called when observers in the observable list need to be
updated.
update
public abstract void update(Observable o,
Object arg)
- Called when observers in the observable list need to be
updated.
- Parameters:
- o - observer
- arg - the argument being notified
All Packages Class Hierarchy This Package Previous Next Index