Package net.anwiba.commons.workflow
Interface IExecutable<T>
-
public interface IExecutable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(IObjectReceiver<IState<T>> receiver)
-
-
-
Method Detail
-
execute
void execute(IObjectReceiver<IState<T>> receiver)
-
-