org.globus.cog.karajan.workflow.service.commands
Interface Command.Callback

All Known Implementing Classes:
RemoteNode
Enclosing class:
Command

public static interface Command.Callback


Method Summary
 void errorReceived(Command cmd, String msg, Exception t)
           
 void replyReceived(Command cmd)
           
 

Method Detail

replyReceived

void replyReceived(Command cmd)

errorReceived

void errorReceived(Command cmd,
                   String msg,
                   Exception t)