Interface ToastListener
public interface ToastListener
Listens for display/close events on a Toast window.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclink(Toast toast, MouseEvent event) Called when the Toast window is clicked.voidfinishedToast(Toast toast, Popup popup) Called when the Toast window is closed.voidstartedToast(Toast toast, Popup window) Called when the Toast window is displayed.
-
Method Details
-
startedToast
-
finishedToast
-
clink
Called when the Toast window is clicked.- Parameters:
toast-window-mouseEvent-
-