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 Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/14 18:07:13 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

Field Summary
private  java.lang.String m_description
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProtocolDescriptionEvent(Protocol source, java.lang.String newDescription)
           
 
Method Summary
 java.lang.String getDescription()
           
 Protocol getSourceProtocol()
           
 java.lang.String toString()
           
 
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
 

Field Detail

m_description

private java.lang.String m_description
Constructor Detail

ProtocolDescriptionEvent

public ProtocolDescriptionEvent(Protocol source,
                                java.lang.String newDescription)
Method Detail

getSourceProtocol

public Protocol getSourceProtocol()

getDescription

public java.lang.String getDescription()

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject