com.ebmwebsourcing.geasytools.webeditor.impl.client.project.configuration.events
Class ExportProjectConfigurationCompleteEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IProjectConfigurationHandler>
      extended by com.ebmwebsourcing.geasytools.webeditor.impl.client.project.configuration.events.ExportProjectConfigurationCompleteEvent
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IExportProjectConfigurationCompleteEvent, com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IProjectConfigurationCompleteEvent

public class ExportProjectConfigurationCompleteEvent
extends com.google.gwt.event.shared.GwtEvent<com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IProjectConfigurationHandler>
implements com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IExportProjectConfigurationCompleteEvent


Nested Class Summary
 
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<com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IProjectConfigurationHandler> TYPE
           
 
Constructor Summary
ExportProjectConfigurationCompleteEvent(com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance projectInstance, com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat format)
           
 
Method Summary
 void cancel()
           
protected  void dispatch(com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IProjectConfigurationHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IProjectConfigurationHandler> getAssociatedType()
           
 com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat getFormat()
           
 com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IProjectConfigurationView getProjectConfigurationView()
           
 com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance getProjectInstance()
           
 boolean isCancelled()
           
 void setProjectConfigurationView(com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IProjectConfigurationView projectConfigurationView)
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IProjectConfigurationHandler> TYPE
Constructor Detail

ExportProjectConfigurationCompleteEvent

public ExportProjectConfigurationCompleteEvent(com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance projectInstance,
                                               com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat format)
Method Detail

dispatch

protected void dispatch(com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IProjectConfigurationHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IProjectConfigurationHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IProjectConfigurationHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IProjectConfigurationHandler>

getProjectConfigurationView

public com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IProjectConfigurationView getProjectConfigurationView()
Specified by:
getProjectConfigurationView in interface com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IProjectConfigurationCompleteEvent

setProjectConfigurationView

public void setProjectConfigurationView(com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IProjectConfigurationView projectConfigurationView)

getProjectInstance

public com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance getProjectInstance()
Specified by:
getProjectInstance in interface com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IExportProjectConfigurationCompleteEvent

cancel

public void cancel()
Specified by:
cancel in interface com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IExportProjectConfigurationCompleteEvent

isCancelled

public boolean isCancelled()
Specified by:
isCancelled in interface com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IExportProjectConfigurationCompleteEvent

getFormat

public com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat getFormat()
Specified by:
getFormat in interface com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IExportProjectConfigurationCompleteEvent


Copyright © 2010-2011 Petals Link. All Rights Reserved.