com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events
Interface IExportProjectConfigurationCompleteEvent

All Superinterfaces:
IProjectConfigurationCompleteEvent

public interface IExportProjectConfigurationCompleteEvent
extends IProjectConfigurationCompleteEvent


Method Summary
 void cancel()
           
 com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat getFormat()
           
 com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance getProjectInstance()
           
 boolean isCancelled()
           
 
Methods inherited from interface com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.events.IProjectConfigurationCompleteEvent
getProjectConfigurationView
 

Method Detail

getProjectInstance

com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance getProjectInstance()

getFormat

com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat getFormat()

isCancelled

boolean isCancelled()

cancel

void cancel()


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