public interface HasAttachHandlers extends HasHandlers
AttachEvent events.| Modifier and Type | Method and Description | 
|---|---|
| HandlerRegistration | addAttachHandler(AttachEvent.Handler handler)Adds an  AttachEventhandler. | 
| boolean | isAttached()Returns whether or not the receiver is attached to the
  Document'sBodyElement. | 
fireEventHandlerRegistration addAttachHandler(AttachEvent.Handler handler)
AttachEvent handler.handler - the handlerboolean isAttached()
Document's
 BodyElement.