Esempio n. 1
0
 /**
  * Broadcasts the event to any registered IDsfEventListner's. The listeners are broadcast to in
  * the order they were maintained.
  */
 @SuppressWarnings("unchecked")
 @Override
 public DHGroup dsfBroadcast(final DsfEvent event) // must not be null
     throws AbortDsfEventProcessingException {
   super.dsfBroadcast(event);
   return this;
 }