|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.ezprotocols.ezsmtp.EzSMTPServerReplyEvent
Event object sent to all listeners when the SMTP Server replies after a command.
reply contains the server response.
| 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 |
public java.lang.String reply
| Constructor Detail |
public EzSMTPServerReplyEvent(EzSMTP source,
java.lang.String reply)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||