wtanaka.praya
Class RecipientResolverEvent

java.lang.Object
  |
  +--wtanaka.praya.RecipientResolverEvent

public class RecipientResolverEvent
extends java.lang.Object

RecipientResolverEvent is passed to RecipientResolverListener whenever a recipient is resolved.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2002/07/09 02:45:19 $
Author:
Wesley Tanaka

Field Summary
private  java.lang.Exception m_exception
           
private  Recipient m_original
           
private  ResolvedRecipient m_resolved
           
 
Constructor Summary
RecipientResolverEvent(Recipient original, ResolvedRecipient resolved, java.lang.Exception exception)
           
 
Method Summary
 java.lang.Exception getException()
           
 Recipient getOrigRecipient()
           
 ResolvedRecipient getResolvedRecipient()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

m_original

private Recipient m_original

m_resolved

private ResolvedRecipient m_resolved

m_exception

private java.lang.Exception m_exception
Constructor Detail

RecipientResolverEvent

public RecipientResolverEvent(Recipient original,
                              ResolvedRecipient resolved,
                              java.lang.Exception exception)
Method Detail

getOrigRecipient

public Recipient getOrigRecipient()

getResolvedRecipient

public ResolvedRecipient getResolvedRecipient()

getException

public java.lang.Exception getException()