Java com.google.gwt.event.logical.shared AttachEvent fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.event.logical.shared AttachEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.event.logical.shared AttachEvent.

The text is from its open source code.

Method

voidfire(S source, boolean attached)
Fires an AttachEvent on all registered handlers in the handler source.
TypegetType()
Ensures the existence of the handler hook and then returns it.
booleanisAttached()
Returns true if this event announces that the source has been attached, false if it has been detached.