Fixed HTTP-client query-string handling bug.
[doldaconnect.git] / protocol / NotifyListener.java
1 package dolda.dolcon.protocol;
2
3 public interface NotifyListener {
4     public void notified(Response resp) throws Exception;
5 }