Interface CommandContextListener
-
- All Known Implementing Classes:
CreationalContextReleaseListener,JobFailureCollector,TaskEntity,TypedValueField
public interface CommandContextListenerCommand context lifecycle events- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCommandContextClose(CommandContext commandContext)voidonCommandFailed(CommandContext commandContext, java.lang.Throwable t)
-
-
-
Method Detail
-
onCommandContextClose
void onCommandContextClose(CommandContext commandContext)
-
onCommandFailed
void onCommandFailed(CommandContext commandContext, java.lang.Throwable t)
-
-