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