Java: Added NotifyListeners.
[doldaconnect.git] / lib / java / dolda / dolcon / protocol / NotifyListener.java
1 package dolda.dolcon.protocol;
2
3 public interface NotifyListener {
4     public void notified(Response resp) throws Exception;
5 }