UC Berkeley Group for User Interface Research
Updated November 17, 2000

edu.berkeley.guir.lib.satin.watch
Class WatcherAdapter

java.lang.Object
  |
  +--edu.berkeley.guir.lib.satin.watch.WatcherAdapter

public class WatcherAdapter
extends Object

Empty implementation of Watcher which you can subclass.

 Revisions:  - SATIN-v1.0-1.0.0, Jul 14 1999, JH
               Created class
             - SATIN-v2.1-1.0.0, Aug 11 2000, JH
               Touched for SATIN release
 

Since:
JDK 1.2.2
Version:
SATIN-v2.1-1.0.0, Aug 11 2000
Author:
Jason Hong ( jasonh@cs.berkeley.edu )

Constructor Summary
WatcherAdapter()
           
 
Method Summary
 Object clone()
           
 void onDelete(Watchable w)
           
 void onNotify(Watchable w, Object arg)
           
 void onUpdate(Watchable w, Object arg)
           
 void onUpdate(Watchable w, String strProperty, Object oldVal, Object newVal)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatcherAdapter

public WatcherAdapter()
Method Detail

onNotify

public void onNotify(Watchable w,
                     Object arg)

onUpdate

public void onUpdate(Watchable w,
                     Object arg)

onUpdate

public void onUpdate(Watchable w,
                     String strProperty,
                     Object oldVal,
                     Object newVal)

onDelete

public void onDelete(Watchable w)

clone

public Object clone()
Overrides:
clone in class Object

Copyright Information