Secure iNet Factory

com.jscape.inet.pop
Class PopCommandEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jscape.inet.pop.PopCommandEvent
All Implemented Interfaces:
java.io.Serializable

public class PopCommandEvent
extends java.util.EventObject

Fired when command is sent to POP3 server.

See Also:
Serialized Form

Constructor Summary
PopCommandEvent(java.lang.Object source, java.lang.String command)
          Creates PopCommandEvent.
 
Method Summary
 java.lang.String getCommand()
          Gets command sent to POP3 server.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PopCommandEvent

public PopCommandEvent(java.lang.Object source,
                       java.lang.String command)
Creates PopCommandEvent.

Parameters:
source - the source of the event
command - the command sent to the POP3 server
Method Detail

getCommand

public java.lang.String getCommand()
Gets command sent to POP3 server.

Returns:
command

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved