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 SummaryModifier and TypeMethodDescription- IEditorActionActor<?,- ?> Creates the editor action actor instance that is used in the editing process in the Designer.
- Method Details- createEditorActionActorCreates 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.