link start!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package obix.net;
|
||||
|
||||
import obix.Obj;
|
||||
|
||||
public interface WatchListener {
|
||||
void changed(Obj obj);
|
||||
|
||||
void closed(SessionWatch sessionWatch);
|
||||
}
|
||||
Reference in New Issue
Block a user