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

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

public class OpenProjectConfigurationCompleteEvent
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.IOpenProjectConfigurationCompleteEvent


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
OpenProjectConfigurationCompleteEvent(java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectFile> projectFiles, com.ebmwebsourcing.webeditor.api.domain.project.IProjectType projectType)
           
OpenProjectConfigurationCompleteEvent(java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectFile> projectFiles, com.ebmwebsourcing.webeditor.api.domain.project.IProjectType projectType, com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IProjectConfigurationView view)
           
 
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()
           
 com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IProjectConfigurationView getProjectConfigurationView()
           
 java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectFile> getProjectFiles()
           
 com.ebmwebsourcing.webeditor.api.domain.project.IProjectType getProjectType()
           
 
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

OpenProjectConfigurationCompleteEvent

public OpenProjectConfigurationCompleteEvent(java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectFile> projectFiles,
                                             com.ebmwebsourcing.webeditor.api.domain.project.IProjectType projectType)

OpenProjectConfigurationCompleteEvent

public OpenProjectConfigurationCompleteEvent(java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectFile> projectFiles,
                                             com.ebmwebsourcing.webeditor.api.domain.project.IProjectType projectType,
                                             com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IProjectConfigurationView view)
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>

getProjectFiles

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

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

getProjectType

public com.ebmwebsourcing.webeditor.api.domain.project.IProjectType getProjectType()
Specified by:
getProjectType in interface com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IOpenProjectConfigurationCompleteEvent


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