wtanaka.praya
Class ProtocolRecipientEvent
java.lang.Object
|
+--java.util.EventObject
|
+--wtanaka.praya.ProtocolRecipientEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ProtocolRecipientEvent
- extends java.util.EventObject
Fired when a recipient list for a protocol changes.
Return to
or the Praya Homepage
- Version:
- $Name: $ $Date: 2001/10/14 18:07:13 $
- Author:
- $Author: wtanaka $
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
m_recipient
private Recipient m_recipient
m_status
private Status m_status
ProtocolRecipientEvent
public ProtocolRecipientEvent(Protocol source,
Recipient r,
Status s)
getSourceProtocol
public Protocol getSourceProtocol()
getRecipient
public Recipient getRecipient()
getStatus
public Status getStatus()