Ejemplo n.º 1
0
 public StoreListingResponseHandler(CatchupClientProtocol protocol, CatchUpResponseHandler handler)
 {
     this._protocol = protocol;
     this._handler  = handler;
 }
Ejemplo n.º 2
0
 public ClientMessageTypeHandler(CatchupClientProtocol protocol, LogProvider logProvider)
 {
     this._protocol = protocol;
     this._log      = logProvider.getLog(this.GetType());
 }