Package de.hybris.platform.core
Interface Executable<T>
-
public interface Executable<T>An object which it is possible to execute any logic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(T ctx)
-
-
-
Method Detail
-
execute
void execute(T ctx)
-
-