|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.myjavaworld.ftp.FTPConnectionEvent
public class FTPConnectionEvent
An event object to represent FTPconnection stats.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
FTPConnectionEvent(java.lang.Object source,
java.lang.String message)
Creates an instance of FTPConnectionEvent. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the message string that describes this connection event. |
| 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 |
| Constructor Detail |
|---|
public FTPConnectionEvent(java.lang.Object source,
java.lang.String message)
FTPConnectionEvent.
source - Object that produced this event.message - Message string describing the event.| Method Detail |
|---|
public java.lang.String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||