package obix.contracts; import obix.IObj; import obix.List; public interface WatchOut extends IObj { List values(); }