public void copy(EventDataCollection c) {
   if (resource != null) {
     resource.copy(c);
   }
 }