com.ezprotocols.ezpop
Class EzPOPServerReplyEvent

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

public class EzPOPServerReplyEvent
extends java.util.EventObject

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

See Also:
Serialized Form

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

reply

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

EzPOPServerReplyEvent

public EzPOPServerReplyEvent(EzPOP source,
                             java.lang.String reply)


Copyright © EzProtocols.com All Rights Reserved.