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 interfaceHandles 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 voiddispatch(DocumentChangedEvent.Handler handler) static <T> voidcom.google.gwt.event.shared.GwtEvent.Type<DocumentChangedEvent.Handler> getType()Methods inherited from class com.levigo.jadice.web.client.event.JadiceEvent
getSourceMethods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, isLive, kill, reviveMethods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Constructor Details
-
Method Details
-
getType
-
getOldDocument
-
getNewDocument
-
dispatch
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<DocumentChangedEvent.Handler>
-
getAssociatedType
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<DocumentChangedEvent.Handler>
-