public interface

HasCloseHandlers

implements HasHandlers
com.google.gwt.event.logical.shared.HasCloseHandlers<T>
Known Indirect Subclasses

Class Overview

A widget that implements this interface is a public source of CloseEvent events.

Summary

Public Methods
abstract HandlerRegistration addCloseHandler(CloseHandler<T> handler)
Adds a CloseEvent handler.
[Expand]
Inherited Methods
From interface com.google.gwt.event.shared.HasHandlers

Public Methods

public abstract HandlerRegistration addCloseHandler (CloseHandler<T> handler)

Adds a CloseEvent handler.

Parameters
handler the handler
Returns
  • the registration for the event