public interface OverlayListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
overlayConfigurationChanged(Overlay overlay)
Called by the overlay when a repaint is required. 
 | 
void | 
overlayTitleChanged(Overlay overlay)
Called by the overlay when its title has changed. 
 | 
void | 
overlayVisibleChanged(Overlay overlay)
Called by the overlay when it is shown or hidden. 
 | 
void overlayTitleChanged(Overlay overlay)
overlay - the callerAbstractOverlay.fireOverlayTitleChanged()void overlayConfigurationChanged(Overlay overlay)
This method should be called to notify that the overlay needs a repaint due to its configuration changing.
overlay - the callerAbstractOverlay.fireOverlayConfigurationChanged()void overlayVisibleChanged(Overlay overlay)
overlay - the caller