com.smartgwt.client.widgets.events
Interface HoverHiddenHandler

All Superinterfaces:
EventHandler

public interface HoverHiddenHandler
extends EventHandler


Method Summary
 void onHoverHidden(HoverHiddenEvent event)
          If showHover is true for this canvas, this notification method will be fired whenever the hover shown in response to handleHover() is hidden.
 

Method Detail

onHoverHidden

void onHoverHidden(HoverHiddenEvent event)
If showHover is true for this canvas, this notification method will be fired whenever the hover shown in response to handleHover() is hidden. This method may be observed or overridden.

Parameters:
event - the event