com.sencha.gxt.widget.core.client.event
Interface ShowEvent.ShowHandler

All Superinterfaces:
EventHandler
Enclosing class:
ShowEvent

public static interface ShowEvent.ShowHandler
extends EventHandler

Handler for ShowEvent events.


Method Summary
 void onShow(ShowEvent event)
          Called after a widget is shown.
 

Method Detail

onShow

void onShow(ShowEvent event)
Called after a widget is shown.

Parameters:
event - the ShowEvent that was fired


Copyright © 2012. All Rights Reserved.