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