|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.ezprotocols.ezpop.EzPOPServerReplyEvent
Event object sent to all listeners when the POP Server replies after a command.
reply contains the server response.
| Field Summary | |
java.lang.String |
reply
Response received from the POP Server. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
EzPOPServerReplyEvent(EzPOP 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 EzPOPServerReplyEvent(EzPOP source,
java.lang.String reply)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||