Uses of Interface
org.azuki.framework.command.ICallback

Packages that use ICallback
org.azuki.framework.command   
org.azuki.framework.injection   
 

Uses of ICallback in org.azuki.framework.command
 

Methods in org.azuki.framework.command with parameters of type ICallback
static void Command.sendCallback(ICommand icmd, ICallback cback)
          Asynchronous call to the process method of the command object.
 void Command.Impl.sendCallback(ICommand icmd, ICallback cback)
           
static void Command.sendCallback(ICommand icmd, ICallback cback)
          Asynchronous call to the process method of the command object.
 void Command.Impl.sendCallback(ICommand icmd, ICallback cback)
           
static void Command.sendQueuedCallback(ICommand icmd, IQueue queue, ICommand.Priority pty, ICallback cback)
          Asynchronous call to the process method of the command object.
 void Command.Impl.sendQueuedCallback(ICommand icmd, IQueue queue, ICommand.Priority pty, ICallback cback)
           
static void Command.sendQueuedCallback(ICommand icmd, IQueue queue, ICommand.Priority pty, ICallback cback)
          Asynchronous call to the process method of the command object.
 void Command.Impl.sendQueuedCallback(ICommand icmd, IQueue queue, ICommand.Priority pty, ICallback cback)
           
 

Uses of ICallback in org.azuki.framework.injection
 

Methods in org.azuki.framework.injection with parameters of type ICallback
 void IMethodProxy.send(ICallback cback, Object... args)
           
 void IMethodProxy.send(ICallback cback, Object... args)
           
 



Azuki Framework Copyright © 2006 the original author or authors.