コード例 #1
0
 @Execute
 public void refresh(IEclipseContext context) {
   EventUtils.send(eventAdmin, ContextsView.REFRESH_EVENT, null);
 }
コード例 #2
0
 public void sendEvent(String topic, Object data) {
   EventUtils.send(eventAdmin, topic, data);
 }