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

All Known Implementing Classes:
Alert, AlertBase, AlertBlock

public interface HasCloseHandlers

Interface for widgets that handle CloseEvents and ClosedEvent s.

Since:
2.0.4.0
Author:
Dominik Mayer

Method Summary
 HandlerRegistration addClosedHandler(ClosedHandler handler)
          Adds a ClosedHandler to the widget.
 HandlerRegistration addCloseHandler(CloseHandler handler)
          Adds a CloseHandler to the widget.
 

Method Detail

addCloseHandler

HandlerRegistration addCloseHandler(CloseHandler handler)
Adds a CloseHandler to the widget.

Parameters:
handler - the handler
Returns:
HandlerRegistration used to remove this handler

addClosedHandler

HandlerRegistration addClosedHandler(ClosedHandler handler)
Adds a ClosedHandler to the widget.

Parameters:
handler - the handler
Returns:
HandlerRegistration used to remove this handler


Copyright © 2012 gwtbootstrap. All Rights Reserved.