org.hudsonci.maven.plugin.ui.gwt.configure.documents.event
Class DocumentUpdatedEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
org.hudsonci.gwt.common.EventSupport<H>
org.hudsonci.maven.plugin.ui.gwt.configure.documents.event.DocumentEventSupport<DocumentUpdatedEvent.Handler>
org.hudsonci.maven.plugin.ui.gwt.configure.documents.event.DocumentUpdatedEvent
public class DocumentUpdatedEvent
- extends DocumentEventSupport<DocumentUpdatedEvent.Handler>
Event fired when a document update has completed successfully.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, getSource, isLive, kill, revive |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString |
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<DocumentUpdatedEvent.Handler> TYPE
DocumentUpdatedEvent
public DocumentUpdatedEvent(Document document)
dispatch
protected void dispatch(DocumentUpdatedEvent.Handler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<DocumentUpdatedEvent.Handler>
Copyright © 2004-2011 Hudson. All Rights Reserved.