Uses of Package
org.pepstock.charba.client.utils.toast.handlers
-
Packages that use org.pepstock.charba.client.utils.toast.handlers Package Description org.pepstock.charba.client.utils.toast Contains all classes to useToaster
utility. -
Classes in org.pepstock.charba.client.utils.toast.handlers used by org.pepstock.charba.client.utils.toast Class 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.