Ejemplo n.º 1
0
 protected void fireError(Exception exception) {
   // TODO: check and create hub strategy and register service
   for (ZeroConfBrowserListener listener : listeners) {
     listener.onError(this, getCurrentStrategy(), exception);
   }
 }