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