event method

void event(
  1. SlicesEvent<T> event
)

Implementation

void event(SlicesEvent<T> event) {
  _notifyListeners(event);
}