blob: 8df68bb9ee2e2e2a2008ef18fe145fb1784edd17 [file] [log] [blame]
tom32f66842014-08-27 19:27:47 -07001package org.onlab.onos.event;
2
3/**
4 * Abstraction of an entity capable of accepting events to be posted and
5 * then dispatching them to the appropriate event sink.
6 */
7public interface EventDispatchService extends EventDispatcher, EventSinkBroker {
8}