예제 #1
0
 public void fireEvent(final String instanceId, String ref, String type) {
   fireEvent(instanceId, ref, type, new HashMap<String, Object>());
 }