Ejemplo n.º 1
0
 @Override
 public void onLoadDescription(LoadDescription data) throws OseeCoreException {
   super.onLoadDescription(data);
   first = Iterables.getFirst(data.getObjectDescription().getDynamicData(), null);
   wasStarted = false;
   if (debugInfo != null) {
     debugInfo.addDescription(data);
   }
 }