Interface I_CmsHoverbarShowHandler
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
Hoverbar attach event handler.
- Since:
- 8.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onShow
(CmsHoverbarShowEvent event) Will be triggered on attach.
-
Method Details
-
onShow
Will be triggered on attach.- Parameters:
event
- the event
-