com.myjavaworld.ftp
Class FTPConnectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.myjavaworld.ftp.FTPConnectionEvent
All Implemented Interfaces:
Serializable

public class FTPConnectionEvent
extends EventObject

An event object to represent FTPconnection stats.

Version:
2.0
Author:
Sai Pullabhotla, psai [at] jMethods [dot] com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FTPConnectionEvent(Object source, String message)
          Creates an instance of FTPConnectionEvent.
 
Method Summary
 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

FTPConnectionEvent

public FTPConnectionEvent(Object source,
                          String message)
Creates an instance of FTPConnectionEvent.

Parameters:
source - Object that produced this event.
message - Message string describing the event.
Method Detail

getMessage

public String getMessage()
Returns the message string that describes this connection event.

Returns:
message


Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.