Interface VisionCustomizer.DisplayListener
-
- All Known Implementing Classes:
DynamicPropertyProviderCustomizer
,PublicPrivateCustomPropertyCustomizer
- Enclosing interface:
- VisionCustomizer
public static interface VisionCustomizer.DisplayListener
Optional sub-interface for customizers that want to be notified when they are displayed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyDisplayed()
Called when the customizer is displayed on the screen
-