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

All Superinterfaces:
EventHandler

public interface HiddenHandler
extends EventHandler

Handler interface for HiddenEvent events.

Since:
2.0.4.0
Author:
Dominik Mayer

Method Summary
 void onHidden(HiddenEvent hiddenEvent)
          This method is called once the widget is hidden.
 

Method Detail

onHidden

void onHidden(HiddenEvent hiddenEvent)
This method is called once the widget is hidden.

Parameters:
hiddenEvent -


Copyright © 2012 gwtbootstrap. All Rights Reserved.