JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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
void
execute
(
T
ctx)
Method Details
execute
void
execute
(
T
ctx)