wtanaka.praya
Class ProtocolDescriptionEvent
java.lang.Object
|
+--java.util.EventObject
|
+--wtanaka.praya.ProtocolDescriptionEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ProtocolDescriptionEvent
- extends java.util.EventObject
Fired when the description of 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 |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
m_description
private java.lang.String m_description
ProtocolDescriptionEvent
public ProtocolDescriptionEvent(Protocol source,
java.lang.String newDescription)
getSourceProtocol
public Protocol getSourceProtocol()
getDescription
public java.lang.String getDescription()
toString
public java.lang.String toString()
- Overrides:
toString in class java.util.EventObject