Interface IProcessStartEventBeanConfigurationEditor
-
- All Superinterfaces:
ICommonProcessExtensionConfigurationEditor
,IProcessExtensionConfigurationEditor
@Deprecated public interface IProcessStartEventBeanConfigurationEditor extends IProcessExtensionConfigurationEditor
Deprecated.useIProcessStartEventBeanConfigurationEditorEx
insteadThe interface of a configuration editor of an
IProcessStartEventBean
.An implementation of this interface must be a public static inner class called Editor of the class that implements the
IProcessStartEventBean
interface. The class must have a public default constructor (no argument constructor).- API:
- This is a public API.
-
-
Method Summary
-
Methods inherited from interface ch.ivyteam.ivy.process.extension.ICommonProcessExtensionConfigurationEditor
acceptInput, getComponent, getComposite, getConfiguration, setConfiguration
-
-