public interface

HasAttachHandlers

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

Class Overview

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

Summary

Public Methods
abstract HandlerRegistration addAttachHandler(AttachEvent.Handler handler)
Adds an AttachEvent handler.
[Expand]
Inherited Methods
From interface com.google.gwt.event.shared.HasHandlers

Public Methods

public abstract HandlerRegistration addAttachHandler (AttachEvent.Handler handler)

Adds an AttachEvent handler.

Parameters
handler the handler
Returns
  • the handler registration