public interface

HasInitializeHandlers

implements HasHandlers
com.google.gwt.event.logical.shared.HasInitializeHandlers
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract HandlerRegistration addInitializeHandler(InitializeHandler handler)
Adds an InitializeEvent handler.
[Expand]
Inherited Methods
From interface com.google.gwt.event.shared.HasHandlers

Public Methods

public abstract HandlerRegistration addInitializeHandler (InitializeHandler handler)

Adds an InitializeEvent handler.

Parameters
handler the handler
Returns
  • the registration for the event