Exemplo n.º 1
0
 public ResponseAdapter(Monitor monitor) {
   this.monitor = monitor;
   monitor.addListener(this);
 }