Interface ActionClickEventHandler
-
public interface ActionClickEventHandler
Callback interface ofActionItem
utility to manage CLICK events on toast action.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
onClick(ToastItem item, NativeMouseEvent event)
Invoked to manage CLICK events on toast action.
-
-
-
Method Detail
-
onClick
boolean onClick(ToastItem item, NativeMouseEvent event)
Invoked to manage CLICK events on toast action.- Parameters:
item
- toast item affected by eventevent
- event fired on item- Returns:
true
if the toaster must be close after click on action
-
-