org.starhope.rahab.util
Interface MessageCallBack


public interface MessageCallBack

WRITEME: Document this type. twheys@gmail.com Dec 30, 2009

Author:
Tim Heys

Method Summary
 void sendCommand(String command, String... params)
           twheys@gmail.com Dec 31, 2009
 void sendMessage(String message)
           twheys@gmail.com Dec 30, 2009
 

Method Detail

sendCommand

void sendCommand(String command,
                 String... params)
 twheys@gmail.com Dec 31, 2009
 
TO sendCommand WRITEME...

Parameters:
command - WRITEME
params - WRITEME

sendMessage

void sendMessage(String message)
 twheys@gmail.com Dec 30, 2009
 
TO sendMessage WRITEME...

Parameters:
message - WRITEME