addEvent method

void addEvent(
  1. PlutoGridEvent event
)

Implementation

void addEvent(PlutoGridEvent event) {
  _subject.add(event);
}