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 useToasterutility. -
Classes in org.pepstock.charba.client.utils.toast.handlers used by org.pepstock.charba.client.utils.toast Class 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.