addEvent method

void addEvent(
  1. CactusEvent event
)

Implementation

void addEvent(final CactusEvent event) {
  db.emitter.add(event);
}