Package com.hybris.cockpitng.actions
Interface ActionListener<O>
-
- Type Parameters:
O- output type of the action
public interface ActionListener<O>Interface for action call back.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactionPerformed(ActionResult<O> result)
-
-
-
Method Detail
-
actionPerformed
void actionPerformed(ActionResult<O> result)
-
-