Interface PopupButton.PopupCloseListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- PopupButton
public static interface PopupButton.PopupCloseListener extends Serializable
Interface for listening for aPopupButton.PopupCloseEventfired by aPopupButton.
-
-
Field Summary
Fields Modifier and Type Field Description static MethodPOPUP_CLOSE_METHOD
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPopupClose(PopupButton.PopupCloseEvent event)Called when the pop-up for thePopupButtonreturned byPopupButton.PopupCloseEvent.getPopupButton()has been closed.
-
-
-
Field Detail
-
POPUP_CLOSE_METHOD
static final Method POPUP_CLOSE_METHOD
-
-
Method Detail
-
onPopupClose
void onPopupClose(PopupButton.PopupCloseEvent event)
Called when the pop-up for thePopupButtonreturned byPopupButton.PopupCloseEvent.getPopupButton()has been closed.- Parameters:
event- An event containing the closed pop-up button
-
-