- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A handler for changes to
window.status.- Author:
- Mike Bowler, Ronald Brill
-
Method Summary
Modifier and TypeMethodDescriptionvoidstatusMessageChanged(Page page, String message) Handles a change towindow.status.
-
Method Details
-
statusMessageChanged
Handles a change towindow.status.- Parameters:
page- the page on which the status change occurredmessage- the new status message
-