|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.jscape.inet.imap.ImapCommandEvent
public class ImapCommandEvent
Fired when command is sent to IMAP server
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 |
---|
public ImapCommandEvent(java.lang.Object source, java.lang.String command)
source
- the source of the eventcommand
- the command sent to the IMAP serverMethod Detail |
---|
public java.lang.String getCommand()
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |