blob: 69c85acb0496afe4aa570cb19d933c405e877c0c [file] [log] [blame]
Pavlin Radoslavovde4c3892014-07-06 23:19:59 -07001package net.onrc.onos.apps.websocket;
2
3import net.floodlightcontroller.core.module.IFloodlightService;
4
5/**
6 * Interface for providing the WebSocket service to other modules.
7 */
8public interface IWebSocketService extends IFloodlightService {
9}