Fixed HTTP-client query-string handling bug.
[doldaconnect.git] / dolda / dolcon / HubListener.java
... / ...
CommitLineData
1package dolda.dolcon;
2
3public interface HubListener {
4 void added(Hub hub);
5 void removed(Hub hub);
6}