Interface PopupButton.PopupOpenListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- PopupButton
public static interface PopupButton.PopupOpenListener extends Serializable
Interface for listening for aPopupButton.PopupOpenEventfired by aPopupButton.
-
-
Field Summary
Fields Modifier and Type Field Description static MethodPOPUP_OPEN_METHOD
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPopupOpen(PopupButton.PopupOpenEvent event)Called when aPopupButtonhas been clicked and the pop-up has been opened.
-
-
-
Field Detail
-
POPUP_OPEN_METHOD
static final Method POPUP_OPEN_METHOD
-
-
Method Detail
-
onPopupOpen
void onPopupOpen(PopupButton.PopupOpenEvent event)
Called when aPopupButtonhas been clicked and the pop-up has been opened. A reference to the pop-up button is given byPopupButton.PopupOpenEvent.getPopupButton().- Parameters:
event- An event containing the opened pop-up button
-
-