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