Interface DownClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDownClick
(DownClickEvent event) Notification method fired when theminiNav is showing
and the down button on thenavigationBar
'sMiniNavControl
is clicked.
-
Method Details
-
onDownClick
Notification method fired when theminiNav is showing
and the down button on thenavigationBar
'sMiniNavControl
is clicked.- Parameters:
event
- the event
-