Interface RestoreClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidonRestoreClick(RestoreClickEvent event) Notification method fired when the user asks to restore the Window - by clicking the 'restore' button, or by double-clicking the header of a maximized Window ifmaximizeOnHeaderDoubleClickis enabled.
-
Method Details
-
onRestoreClick
Notification method fired when the user asks to restore the Window - by clicking the 'restore' button, or by double-clicking the header of a maximized Window ifmaximizeOnHeaderDoubleClickis enabled.- Parameters:
event- the event
-