com.bolinfest.prisonerbot
Class AbstractMessageProxy.Message

java.lang.Object
  extended by com.bolinfest.prisonerbot.AbstractMessageProxy.Message
Enclosing class:
AbstractMessageProxy

protected class AbstractMessageProxy.Message
extends Object


Field Summary
 Buddy buddy
           
 String message
           
 
Constructor Summary
AbstractMessageProxy.Message(Buddy b, String m)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buddy

public final Buddy buddy

message

public final String message
Constructor Detail

AbstractMessageProxy.Message

public AbstractMessageProxy.Message(Buddy b,
                                    String m)