Package org.onosproject.ui
Interface UiTopo2OverlayFactory
-
public interface UiTopo2OverlayFactory
Abstraction of an entity capable of producing one or more topology-2 overlay handlers specific to a given user interface connection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<UiTopo2Overlay>
newOverlays()
Produces a collection of new overlay handlers for topology-2 view.
-
-
-
Method Detail
-
newOverlays
Collection<UiTopo2Overlay> newOverlays()
Produces a collection of new overlay handlers for topology-2 view.- Returns:
- collection of new overlay handlers
-
-