Interface ClickEventHandler
-
public interface ClickEventHandler
Callback interface ofToaster
utility to manage CLICK events on toast item.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onClick(ToastItem item, BaseNativeEvent event)
Invoked to manage CLICK events on toast item.
-
-
-
Method Detail
-
onClick
void onClick(ToastItem item, BaseNativeEvent event)
Invoked to manage CLICK events on toast item.- Parameters:
item
- toast item affected by eventevent
- event fired on item
-
-