Interface ScalableComponent.UpdateListener
-
- All Known Subinterfaces:
ViewInteractionPanel
- All Known Implementing Classes:
AbstractSelectionPanel,CompoundViewInteractionPanel,ExportInteractionPanel,ListSelectionPanel,PIPInteractionPanel,ProMJGraphPanel,ScalableViewPanel,ZoomInteractionPanel
- Enclosing interface:
- ScalableComponent
public static interface ScalableComponent.UpdateListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdated()This method should be called if the component is updated (layout, content, etc.)
-