blob: 8df68bb9ee2e2e2a2008ef18fe145fb1784edd17 [file] [log] [blame]
package org.onlab.onos.event;
/**
* Abstraction of an entity capable of accepting events to be posted and
* then dispatching them to the appropriate event sink.
*/
public interface EventDispatchService extends EventDispatcher, EventSinkBroker {
}