wtanaka.praya.gale
Class OWOReceiptResponder

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

public class OWOReceiptResponder
extends java.lang.Object
implements Pushable

Sends receipts to those who request it. Supports OWO style receipt requests.

Return to Sourceforge or the Praya Homepage

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

Field Summary
private  GaleClient m_parent
           
 
Constructor Summary
OWOReceiptResponder(GaleClient parent)
           
 
Method Summary
 void receiveMessage(Message m)
          If m is a puff and contains a FragmentInterface.OWO_RECEIPT_REQ fragment, then return an owo style receipt.
 
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

OWOReceiptResponder

public OWOReceiptResponder(GaleClient parent)
Method Detail

receiveMessage

public void receiveMessage(Message m)
If m is a puff and contains a FragmentInterface.OWO_RECEIPT_REQ fragment, then return an owo style receipt.
Specified by:
receiveMessage in interface Pushable
Parameters:
m - the message to examine to see if it contains a receipt request.
See Also:
FragmentInterface.OWO_RECEIPT_REQ