Added Watcher.added().
[jagi.git] / src / jagi / event / Watcher.java
index 4b85c80..85b7e91 100644 (file)
@@ -9,4 +9,5 @@ public interface Watcher {
     public void handle(int events) throws Exception;
     public default void close() {}
     public default double timeout() {return(Double.POSITIVE_INFINITY);}
+    public default void added(Driver d) {}
 }