Package nl.toolforge.karma.core.cmd.event

Interface Summary
CommandResponseListener Instances of this class that implement this interface can register to be notified when things happen during the execution of a Command.
Event  
Message A command message is a message container for messages generated by Commands.
 

Class Summary
AbstractMessage Base implementation of a Message.
CommandFailedEvent Generated when the command execution failed with a CommandException.
CommandFinishedEvent Generated when a command was finished (without an exception).
CommandResponseEvent Event thrown when a CommandResponse changes.
CommandStartedEvent Generated before a command is executed.
ErrorEvent Indicates some error.
ExceptionEvent Generated when an exception is thrown during command execution that should be sent to listeners.
MessageEvent An event generated as a result of something ordinary.
MessageHelper  
SimpleMessage  
 



Copyright © 2002-2004 Toolforge. All Rights Reserved.