com.github.gwtbootstrap.client.ui.event
Interface ShowHandler

All Superinterfaces:
EventHandler

public interface ShowHandler
extends EventHandler

Handler interface for ShowEvent events.

Since:
2.0.4.0
Author:
Dominik Mayer

Method Summary
 void onShow(ShowEvent showEvent)
          This method is called right before a widget is shown.
 

Method Detail

onShow

void onShow(ShowEvent showEvent)
This method is called right before a widget is shown.

Parameters:
showEvent -


Copyright © 2012 gwtbootstrap. All Rights Reserved.