Uses of Interface
org.hudsonci.maven.plugin.ui.gwt.configure.documents.event.DocumentAddedEvent.Handler

Packages that use DocumentAddedEvent.Handler
org.hudsonci.maven.plugin.ui.gwt.configure.documents   
org.hudsonci.maven.plugin.ui.gwt.configure.documents.event   
org.hudsonci.maven.plugin.ui.gwt.configure.documents.internal   
 

Uses of DocumentAddedEvent.Handler in org.hudsonci.maven.plugin.ui.gwt.configure.documents
 

Subinterfaces of DocumentAddedEvent.Handler in org.hudsonci.maven.plugin.ui.gwt.configure.documents
 interface DocumentDetailPresenter
          Manages the UI for editing a document.
 

Uses of DocumentAddedEvent.Handler in org.hudsonci.maven.plugin.ui.gwt.configure.documents.event
 

Fields in org.hudsonci.maven.plugin.ui.gwt.configure.documents.event with type parameters of type DocumentAddedEvent.Handler
static com.google.gwt.event.shared.GwtEvent.Type<DocumentAddedEvent.Handler> DocumentAddedEvent.TYPE
           
 

Methods in org.hudsonci.maven.plugin.ui.gwt.configure.documents.event with parameters of type DocumentAddedEvent.Handler
protected  void DocumentAddedEvent.dispatch(DocumentAddedEvent.Handler handler)
           
 

Uses of DocumentAddedEvent.Handler in org.hudsonci.maven.plugin.ui.gwt.configure.documents.internal
 

Classes in org.hudsonci.maven.plugin.ui.gwt.configure.documents.internal that implement DocumentAddedEvent.Handler
 class DocumentDetailPresenterImpl
          Default implementation of DocumentDetailPresenter.
 



Copyright © 2004-2011 Hudson. All Rights Reserved.