Secure iNet Factory

com.jscape.inet.smtp
Class SmtpCommandEvent

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

public class SmtpCommandEvent
extends java.util.EventObject

Fired when command is sent to SMTP server

See Also:
Serialized Form

Constructor Summary
SmtpCommandEvent(java.lang.Object source, java.lang.String command)
          Creates SmtpCommandEvent.
 
Method Summary
 java.lang.String getCommand()
          Gets command sent to SMTP 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

SmtpCommandEvent

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

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

getCommand

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

Returns:
the command sent to SMTP server

Secure iNet Factory

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