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

All Superinterfaces:
EventHandler

public interface ShownHandler
extends EventHandler

Handler interface for ShownEvent events.

Since:
2.0.4.0
Author:
Dominik Mayer

Method Summary
 void onShown(ShownEvent shownEvent)
          This method is called when the widget is completely shown.
 

Method Detail

onShown

void onShown(ShownEvent shownEvent)
This method is called when the widget is completely shown.

Parameters:
shownEvent -


Copyright © 2012 gwtbootstrap. All Rights Reserved.