Package com.iizigo.actionactor
Interface IEditorActionActorProvider
public interface IEditorActionActorProvider
Interface used for an Action Provider to instantiate the Editor version of the Action Actor of the provider flavor.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionIEditorActionActor
<?, ?> Creates the editor action actor instance that is used in the editing process in the Designer.
Method Details
createEditorActionActor
Creates the editor action actor instance that is used in the editing process in the Designer.- Parameters:
action
- The action.- Returns:
- The new instance of the Action Actor.