|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CommandFailureHandler | |
| org.apache.excalibur.event.command | |
| Uses of CommandFailureHandler in org.apache.excalibur.event.command |
| Classes in org.apache.excalibur.event.command that implement CommandFailureHandler | |
class |
NullCommandFailureHandler
NullCommandFailureHandler is used to do nothing if a command fails. |
| Methods in org.apache.excalibur.event.command that return CommandFailureHandler | |
protected CommandFailureHandler |
CommandManager.getCommandFailureHandler()
Get the failure handler so that CommandManager can use it when a problem happens. |
| Methods in org.apache.excalibur.event.command with parameters of type CommandFailureHandler | |
void |
CommandManager.setCommandFailureHandler(CommandFailureHandler handler)
Set the failure handler that the application can use to override what happens when a command failure happens. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||