com.ezprotocols.ezsmtp
Class EzSMTPServerReplyEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ezprotocols.ezsmtp.EzSMTPServerReplyEvent
All Implemented Interfaces:
java.io.Serializable

public class EzSMTPServerReplyEvent
extends java.util.EventObject

Event object sent to all listeners when the SMTP Server replies after a command. reply contains the server response.

See Also:
Serialized Form

Field Summary
 java.lang.String reply
          Response received from the SMTP Server.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
EzSMTPServerReplyEvent(EzSMTP source, java.lang.String reply)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reply

public java.lang.String reply
Response received from the SMTP Server.
Constructor Detail

EzSMTPServerReplyEvent

public EzSMTPServerReplyEvent(EzSMTP source,
                              java.lang.String reply)


Copyright © EzProtocols.com All Rights Reserved.