public class PathPainterTopovMessageHandler
extends org.onosproject.ui.UiMessageHandler
| Modifier and Type | Field and Description |
|---|---|
static int |
DELAY_MS |
static String |
DST |
static String |
SRC |
protected org.onosproject.net.topology.TopologyService |
topologyService |
| Constructor and Description |
|---|
PathPainterTopovMessageHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<org.onosproject.ui.RequestHandler> |
createRequestHandlers() |
void |
destroy() |
void |
init(org.onosproject.ui.UiConnection connection,
org.onlab.osgi.ServiceDirectory directory) |
public static final String DST
public static final String SRC
public static final int DELAY_MS
protected org.onosproject.net.topology.TopologyService topologyService
public void init(org.onosproject.ui.UiConnection connection,
org.onlab.osgi.ServiceDirectory directory)
init in class org.onosproject.ui.UiMessageHandlerpublic void destroy()
destroy in class org.onosproject.ui.UiMessageHandlerprotected Collection<org.onosproject.ui.RequestHandler> createRequestHandlers()
createRequestHandlers in class org.onosproject.ui.UiMessageHandler