org.indy
Interface CommandHandlerListener
- All Superinterfaces:
- java.util.EventListener
- public interface CommandHandlerListener
- extends java.util.EventListener
A listener interface for events on IdCommandHandler objects
- Version:
- 0.1
- Author:
- OTG
|
Method Summary |
void |
onCommand(CommandEvent command)
Triggered by the observed IdCommandHandler instance
when a command has been sucessfuly parsed into an IdCommand object. |
onCommand
public void onCommand(CommandEvent command)
throws IndyException
- Triggered by the observed
IdCommandHandler instance
when a command has been sucessfuly parsed into an IdCommand object.
- Parameters:
command - The resulting IdCommand.- Throws:
IdException - if an exception is encountered whilst processing.
Copyright © 2002-2002 IndyJ. All Rights Reserved.