wtanaka.praya.gale
Class AKDResponder

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

public class AKDResponder
extends java.lang.Object
implements Pushable

New World Order AKD responder.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/14 17:50:02 $
Author:
$Author: wtanaka $
See Also:
OWOAKDResponder, PublicKeyFetchOperation

Field Summary
private  GaleClient m_parent
           
 
Constructor Summary
AKDResponder(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

AKDResponder

public AKDResponder(GaleClient parent)
Method Detail

receiveMessage

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