Package org.pepstock.charba.client.utils.toast.handlers
Contains all handlers to implement in order to manage events of change status of the TOAST utility.
- Author:
- Andrea "Stock" Stocchero
-
Interface Summary Interface Description ActionClickEventHandler Callback interface ofActionItemutility to manage CLICK events on toast action.ClickEventHandler Callback interface ofToasterutility to manage CLICK events on toast item.CloseHandler Callback interface ofToasterutility to be notified of toast item closing.
It receives also the action which closed the toast ornullif the toast has been closed naturally.OpenHandler Callback interface ofToasterutility to be notified of toast item opening.