public interface

HasOpenHandlers

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

Class Overview

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

Summary

Public Methods
abstract HandlerRegistration addOpenHandler(OpenHandler<T> handler)
Adds an OpenEvent handler.
[Expand]
Inherited Methods
From interface com.google.gwt.event.shared.HasHandlers

Public Methods

public abstract HandlerRegistration addOpenHandler (OpenHandler<T> handler)

Adds an OpenEvent handler.

Parameters
handler the handler
Returns
  • the registration for the event