blob: 4b7a52d52a4102e77df1027dab8ab23a98e515c9 [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 EventDeliveryService extends EventDispatcher, EventSinkRegistry {
}