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

All Superinterfaces:
EventHandler

public interface ClosedHandler
extends EventHandler

Handler interface for ClosedEvent events.

Since:
2.0.4.0
Author:
Dominik Mayer

Method Summary
 void onClosed(ClosedEvent closedEvent)
          This method is called when the has been closed.
 

Method Detail

onClosed

void onClosed(ClosedEvent closedEvent)
This method is called when the has been closed.

Parameters:
closedEvent -


Copyright © 2012 gwtbootstrap. All Rights Reserved.