Interface LocationRenderingUpdater
- All Known Subinterfaces:
DesignerModuleHook
- All Known Implementing Classes:
AbstractDesignerModuleHook
,DesignerHook
,DesignerHook
,ReportingDesignerHook
,SFCDesignerHook
,VisionDesignerImpl
public interface LocationRenderingUpdater
Functional interface-like to indicate this class is capable of updating a
LocationRenderingInfo
with
additional context for Location
, which will uniquely identify some element in the Designer.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateLocationRenderer
(LocationRenderingInfo builder, Location location)
-
Method Details
-
updateLocationRenderer
-