Interface LayoutSizeChange.Producer<V>
-
- All Known Subinterfaces:
LayoutModel<V>
,VisualizationModel<V,E>
- All Known Implementing Classes:
AbstractLayoutModel
,AbstractVisualizationModel
,AggregateLayoutModel
,DefaultLayoutModel
- Enclosing interface:
- LayoutSizeChange
public static interface LayoutSizeChange.Producer<V>
indicates that an implementor supports being a producer for this event model
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LayoutSizeChange.Support<V>
getLayoutSizeChangeSupport()
-
-
-
Method Detail
-
getLayoutSizeChangeSupport
LayoutSizeChange.Support<V> getLayoutSizeChangeSupport()
-
-