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

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.EditProjectConfigurationCompleteEvent
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IEditProjectConfigurationCompleteEvent, com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IProjectConfigurationCompleteEvent

public class EditProjectConfigurationCompleteEvent
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.IEditProjectConfigurationCompleteEvent


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
EditProjectConfigurationCompleteEvent()
           
EditProjectConfigurationCompleteEvent(com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance projectInstance, java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectConfigurationData> confDatas)
           
 
Method Summary
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()
           
 java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectConfigurationData> getProjectConfigurationDatas()
           
 com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IProjectConfigurationView getProjectConfigurationView()
           
 com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance getProjectInstance()
           
 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

EditProjectConfigurationCompleteEvent

public EditProjectConfigurationCompleteEvent(com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance projectInstance,
                                             java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectConfigurationData> confDatas)

EditProjectConfigurationCompleteEvent

public EditProjectConfigurationCompleteEvent()
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)

getProjectConfigurationDatas

public java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectConfigurationData> getProjectConfigurationDatas()
Specified by:
getProjectConfigurationDatas in interface com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IEditProjectConfigurationCompleteEvent

getProjectInstance

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


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