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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IEditorActionActor<?,?>
createEditorActionActor(EditorVSAction action)
Creates the editor action actor instance that is used in the editing process in the Designer.
Method Detail
createEditorActionActor
IEditorActionActor<?,?> createEditorActionActor(EditorVSAction action)
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.