Ejemplo n.º 1
0
 @Override
 public void remove() {
   if (delegate != null) {
     delegate.remove();
   }
 }
Ejemplo n.º 2
0
 /**
  * Call through to delegates in order to synchronise {@link DebuggerObject} state between client
  * and server
  */
 void apply() {
   if (delegate != null) {
     delegate.apply();
   }
 }