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