Secure iNet Factory

com.jscape.inet.imap
Class ImapCommandEvent

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

public class ImapCommandEvent
extends java.util.EventObject

Fired when command is sent to IMAP server

See Also:
Serialized Form

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

ImapCommandEvent

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

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

getCommand

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

Returns:
command

Secure iNet Factory

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