com.bolinfest.prisonerbot
Interface MessageProxy

All Known Implementing Classes:
AbstractMessageProxy, DaimProxy, JabberProxy, ManagerTest.NullProxy

public interface MessageProxy

MessageProxy is a class responsible for sending messages to buddies.

Author:
mbolin

Method Summary
 void addBuddy(Buddy buddy)
          adds the buddy to the list of the buddies who can be messaged
 void sendMessage(Buddy buddy, String message)
           
 

Method Detail

addBuddy

void addBuddy(Buddy buddy)
adds the buddy to the list of the buddies who can be messaged


sendMessage

void sendMessage(Buddy buddy,
                 String message)