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