add method

void add(
  1. CactusEvent event
)

Implementation

void add(final CactusEvent event) {
  source.fire(event);
}