コード例 #1
0
ファイル: DHGroup.java プロジェクト: eclipse/vjet.all
 /**
  * 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;
 }