Interface OverlayHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Handler called when an overlay's visibility changes.
- See Also:
-
Method Summary
-
Method Details
-
handle
Called when the overlay is shown or hidden.- Parameters:
event- the event that triggered the visibility changeopen-trueif the overlay was shown,falseif it was hidden
-