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