notify method

void notify(
  1. StoreEvent event
)

Implementation

void notify(StoreEvent event) {
  eventPool.add(event);
}