org.hudsonci.maven.plugin.ui.gwt.configure.documents.event
Class DocumentRemovedEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by org.hudsonci.gwt.common.EventSupport<H>
              extended by org.hudsonci.maven.plugin.ui.gwt.configure.documents.event.DocumentEventSupport<DocumentRemovedEvent.Handler>
                  extended by org.hudsonci.maven.plugin.ui.gwt.configure.documents.event.DocumentRemovedEvent

public class DocumentRemovedEvent
extends DocumentEventSupport<DocumentRemovedEvent.Handler>

Event fired when a document removal has completed successfully.

Since:
2.1.0
Author:
Jason Dillon

Nested Class Summary
static interface DocumentRemovedEvent.Handler
           
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<DocumentRemovedEvent.Handler> TYPE
           
 
Constructor Summary
DocumentRemovedEvent(Document document)
           
 
Method Summary
protected  void dispatch(DocumentRemovedEvent.Handler handler)
           
 
Methods inherited from class org.hudsonci.maven.plugin.ui.gwt.configure.documents.event.DocumentEventSupport
getDocument
 
Methods inherited from class org.hudsonci.gwt.common.EventSupport
getAssociatedType, toString
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final com.google.gwt.event.shared.GwtEvent.Type<DocumentRemovedEvent.Handler> TYPE
Constructor Detail

DocumentRemovedEvent

public DocumentRemovedEvent(Document document)
Method Detail

dispatch

protected void dispatch(DocumentRemovedEvent.Handler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<DocumentRemovedEvent.Handler>


Copyright © 2004-2011 Hudson. All Rights Reserved.