de.miethxml.hawron.net
Class FTPEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byde.miethxml.hawron.net.FTPEvent
All Implemented Interfaces:
java.io.Serializable

public class FTPEvent
extends java.util.EventObject

Author:
Simon Mieth
See Also:
Serialized Form

Field Summary
static int ABORT
          Deprecated.  
static int CONNECT
          Deprecated.  
static int DISCONNECT
          Deprecated.  
static int DOWNLOAD_END
          Deprecated.  
static int DOWNLOAD_START
          Deprecated.  
static int DOWNLOADING
          Deprecated.  
static int RSYNC_END
          Deprecated.  
static int RSYNC_NEXT
          Deprecated.  
static int RSYNC_START
          Deprecated.  
static int UPLOAD_END
          Deprecated.  
static int UPLOAD_START
          Deprecated.  
static int UPLOADING
          Deprecated.  
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FTPEvent(java.lang.Object arg0)
          Deprecated.  
 
Method Summary
 long getCount()
          Deprecated.  
 java.lang.String getFile()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 int getRsyncCount()
          Deprecated.  
 int getRsyncValue()
          Deprecated.  
 long getSize()
          Deprecated.  
 long getTime()
          Deprecated.  
 int getType()
          Deprecated.  
 void setCount(long count)
          Deprecated.  
 void setFile(java.lang.String file)
          Deprecated.  
 void setName(java.lang.String name)
          Deprecated.  
 void setRsyncCount(int rsyncCount)
          Deprecated.  
 void setRsyncValue(int rsyncValue)
          Deprecated.  
 void setSize(long size)
          Deprecated.  
 void setTime(long time)
          Deprecated.  
 void setType(int type)
          Deprecated.  
 
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
 

Field Detail

DISCONNECT

public static final int DISCONNECT
Deprecated. 
See Also:
Constant Field Values

CONNECT

public static final int CONNECT
Deprecated. 
See Also:
Constant Field Values

ABORT

public static final int ABORT
Deprecated. 
See Also:
Constant Field Values

DOWNLOAD_START

public static final int DOWNLOAD_START
Deprecated. 
See Also:
Constant Field Values

DOWNLOADING

public static final int DOWNLOADING
Deprecated. 
See Also:
Constant Field Values

DOWNLOAD_END

public static final int DOWNLOAD_END
Deprecated. 
See Also:
Constant Field Values

UPLOAD_START

public static final int UPLOAD_START
Deprecated. 
See Also:
Constant Field Values

UPLOADING

public static final int UPLOADING
Deprecated. 
See Also:
Constant Field Values

UPLOAD_END

public static final int UPLOAD_END
Deprecated. 
See Also:
Constant Field Values

RSYNC_START

public static final int RSYNC_START
Deprecated. 
See Also:
Constant Field Values

RSYNC_END

public static final int RSYNC_END
Deprecated. 
See Also:
Constant Field Values

RSYNC_NEXT

public static final int RSYNC_NEXT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

FTPEvent

public FTPEvent(java.lang.Object arg0)
Deprecated. 
Parameters:
arg0 -
Method Detail

getType

public int getType()
Deprecated. 

getCount

public long getCount()
Deprecated. 
Returns:

setCount

public void setCount(long count)
Deprecated. 
Parameters:
count -

getSize

public long getSize()
Deprecated. 
Returns:

setSize

public void setSize(long size)
Deprecated. 
Parameters:
size -

setType

public void setType(int type)
Deprecated. 
Parameters:
type -

getFile

public java.lang.String getFile()
Deprecated. 
Returns:

setFile

public void setFile(java.lang.String file)
Deprecated. 
Parameters:
file -

getTime

public long getTime()
Deprecated. 
Returns:

setTime

public void setTime(long time)
Deprecated. 
Parameters:
time -

getName

public java.lang.String getName()
Deprecated. 
Returns:

setName

public void setName(java.lang.String name)
Deprecated. 
Parameters:
name -

getRsyncCount

public int getRsyncCount()
Deprecated. 
Returns:
Returns the rsyncCount.

setRsyncCount

public void setRsyncCount(int rsyncCount)
Deprecated. 
Parameters:
rsyncCount - The rsyncCount to set.

getRsyncValue

public int getRsyncValue()
Deprecated. 
Returns:
Returns the rsyncValue.

setRsyncValue

public void setRsyncValue(int rsyncValue)
Deprecated. 
Parameters:
rsyncValue - The rsyncValue to set.