Interface CommandContextListener
- All Known Implementing Classes:
CreationalContextReleaseListener
,JobFailureCollector
,TaskEntity
,TypedValueField
public interface CommandContextListener
Command context lifecycle events
- Author:
- Daniel Meyer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCommandContextClose
(CommandContext commandContext) void
onCommandFailed
(CommandContext commandContext, Throwable t)
-
Method Details
-
onCommandContextClose
-
onCommandFailed
-