Interface AdaptedModelVisualFactoryContextImpl.Actioner<M extends Model>
-
- Enclosing class:
- AdaptedModelVisualFactoryContextImpl<M extends Model>
public static interface AdaptedModelVisualFactoryContextImpl.Actioner<M extends Model>Functioninterface to action aModelAction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaction(ModelAction<?,?,M> action)Undertakes theModelAction.
-
-
-
Method Detail
-
action
void action(ModelAction<?,?,M> action)
Undertakes theModelAction.- Parameters:
action-ModelAction.
-
-