org.freehep.application
Class Application.ApplicationCommandTargetManager
java.lang.Object
org.freehep.util.commanddispatcher.CommandTargetManager
org.freehep.application.Application.ApplicationCommandTargetManager
- Enclosing class:
- Application
- protected class Application.ApplicationCommandTargetManager
- extends CommandTargetManager
- Source Code:
- Application.ApplicationCommandTargetManager.java
Method Summary |
void |
handleCommandError(Throwable t)
Override this method to provide custom handling of errors generated during command
processing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Application.ApplicationCommandTargetManager
protected Application.ApplicationCommandTargetManager()
handleCommandError
public void handleCommandError(Throwable t)
- Description copied from class:
CommandTargetManager
- Override this method to provide custom handling of errors generated during command
processing.
- Overrides:
handleCommandError
in class CommandTargetManager
Copyright © 2000-2004 FreeHEP, All Rights Reserved.