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
or the Praya Homepage
- Version:
- $Name: $ $Date: 2002/07/09 02:45:19 $
- Author:
- Wesley Tanaka
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
m_original
private Recipient m_original
m_resolved
private ResolvedRecipient m_resolved
m_exception
private java.lang.Exception m_exception
RecipientResolverEvent
public RecipientResolverEvent(Recipient original,
ResolvedRecipient resolved,
java.lang.Exception exception)
getOrigRecipient
public Recipient getOrigRecipient()
getResolvedRecipient
public ResolvedRecipient getResolvedRecipient()
getException
public java.lang.Exception getException()