Uses of Interface
org.apache.excalibur.event.command.Command

Packages that use Command
org.apache.excalibur.event.command   
 

Uses of Command in org.apache.excalibur.event.command
 

Subinterfaces of Command in org.apache.excalibur.event.command
 interface DelayedCommand
          A DelayedCommand is a specific type of Command that denotes a an execution unit that will be delayed at least X number of milliseconds.
 interface RepeatedCommand
          A Signal is a specific type of QueueElement that denotes a Control code for the Queue system.
 

Methods in org.apache.excalibur.event.command with parameters of type Command
 boolean NullCommandFailureHandler.handleCommandFailure(Command command, java.lang.Throwable throwable)
          Handle a command failure.
 boolean CommandFailureHandler.handleCommandFailure(Command command, java.lang.Throwable throwable)
          Handle a command failure.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.