com.smartgwt.client.widgets.events
Interface CloseClickHandler

All Superinterfaces:
EventHandler

public interface CloseClickHandler
extends EventHandler


Method Summary
 void onCloseClick(CloseClickEvent event)
          Handles a click on the close button of this window.
 

Method Detail

onCloseClick

void onCloseClick(CloseClickEvent event)
Handles a click on the close button of this window. The default implementation hides the window and returns false to cancel bubbling. Override this method if you want other actions to be taken.

Parameters:
event - the event