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