wtanaka.praya.gale
Class RecipientAddResponder

java.lang.Object
  |
  +--wtanaka.praya.gale.RecipientAddResponder
All Implemented Interfaces:
Pushable

public class RecipientAddResponder
extends java.lang.Object
implements Pushable

Adds incoming private message owners to recipient list.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/09/30 21:14:52 $
Author:
$Author: wtanaka $

Field Summary
private  GaleClient m_parent
           
 
Constructor Summary
RecipientAddResponder(GaleClient parent)
           
 
Method Summary
 void receiveMessage(Message m)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

m_parent

private GaleClient m_parent
Constructor Detail

RecipientAddResponder

public RecipientAddResponder(GaleClient parent)
Method Detail

receiveMessage

public void receiveMessage(Message m)
Specified by:
receiveMessage in interface Pushable