com.smartgwt.client.widgets.events
Interface NoClickHandler

All Superinterfaces:
EventHandler

public interface NoClickHandler
extends EventHandler


Method Summary
 void onNoClick(NoClickEvent event)
          Handle a click on the 'no' button of this Dialog.
 

Method Detail

onNoClick

void onNoClick(NoClickEvent event)
Handle a click on the 'no' button of this Dialog. Default implementation is to return false. Override to do something else.

Parameters:
event - the event