Class DocumentChangedEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<DocumentChangedEvent.Handler>
com.google.gwt.event.shared.GwtEvent<DocumentChangedEvent.Handler>
com.levigo.jadice.web.client.event.JadiceEvent<DocumentChangedEvent.Handler>
com.levigo.jadice.web.client.event.DocumentChangedEvent
Event fired when a new
Document
is set to the PageView
. To listen to changes
inside the document use DocumentListener
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Handles a new "current document".Nested classes/interfaces inherited from class com.levigo.jadice.web.client.event.JadiceEvent
JadiceEvent.Type<H>
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentChangedEvent
(Document oldDocument, Document newDocument, com.google.gwt.event.shared.HasHandlers source) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispatch
(DocumentChangedEvent.Handler handler) static <T> void
com.google.gwt.event.shared.GwtEvent.Type
<DocumentChangedEvent.Handler> getType()
Methods inherited from class com.levigo.jadice.web.client.event.JadiceEvent
getSource
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, isLive, kill, revive
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Constructor Details
-
Method Details
-
getType
-
getOldDocument
-
getNewDocument
-
dispatch
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<DocumentChangedEvent.Handler>
-
getAssociatedType
- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<DocumentChangedEvent.Handler>
-