Interface PopupButton.PopupCloseListener
- All Superinterfaces:
Serializable
- Enclosing class:
PopupButton
Interface for listening for a
PopupButton.PopupCloseEvent fired by a
PopupButton.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the pop-up for thePopupButtonreturned byPopupButton.PopupCloseEvent.getPopupButton()has been closed.
-
Field Details
-
POPUP_CLOSE_METHOD
-
-
Method Details
-
onPopupClose
Called when the pop-up for thePopupButtonreturned byPopupButton.PopupCloseEvent.getPopupButton()has been closed.- Parameters:
event- An event containing the closed pop-up button
-