com.smartgwt.client.widgets.events
Interface HasMinimizeClickHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
ColorPicker, Dialog, Window

public interface HasMinimizeClickHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addMinimizeClickHandler(MinimizeClickHandler handler)
          Notification method fired when the user clicks the 'minimize' button.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addMinimizeClickHandler

HandlerRegistration addMinimizeClickHandler(MinimizeClickHandler handler)
Notification method fired when the user clicks the 'minimize' button.

Parameters:
handler - the onMinimizeClick handler
Returns:
HandlerRegistration used to remove this handler