wtanaka.praya.gale
Class ReceiptResponder

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

public class ReceiptResponder
extends java.lang.Object
implements Pushable

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

Return to Sourceforge or the Praya Homepage

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

Field Summary
private  GaleClient m_parent
           
 
Constructor Summary
ReceiptResponder(GaleClient parent)
           
 
Method Summary
 void receiveMessage(Message m)
          If m is a Puff and contains a FragmentInterface.NWO_RECEIPT_REQ fragment, send a NWO receipt to the appropriate location.
 
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

ReceiptResponder

public ReceiptResponder(GaleClient parent)
Method Detail

receiveMessage

public void receiveMessage(Message m)
If m is a Puff and contains a FragmentInterface.NWO_RECEIPT_REQ fragment, send a NWO receipt to the appropriate location.
Specified by:
receiveMessage in interface Pushable
See Also:
FragmentInterface.NWO_RECEIPT_REQ