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 ofActionItem
utility to manage CLICK events on toast action.ClickEventHandler Callback interface ofToaster
utility to manage CLICK events on toast item.CloseHandler Callback interface ofToaster
utility to be notified of toast item closing.
It receives also the action which closed the toast ornull
if the toast has been closed naturally.OpenHandler Callback interface ofToaster
utility to be notified of toast item opening.