|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
de.miethxml.hawron.net.FTPEvent
| 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 |
public static final int DISCONNECT
public static final int CONNECT
public static final int ABORT
public static final int DOWNLOAD_START
public static final int DOWNLOADING
public static final int DOWNLOAD_END
public static final int UPLOAD_START
public static final int UPLOADING
public static final int UPLOAD_END
public static final int RSYNC_START
public static final int RSYNC_END
public static final int RSYNC_NEXT
| Constructor Detail |
public FTPEvent(java.lang.Object arg0)
arg0 - | Method Detail |
public int getType()
public long getCount()
public void setCount(long count)
count - public long getSize()
public void setSize(long size)
size - public void setType(int type)
type - public java.lang.String getFile()
public void setFile(java.lang.String file)
file - public long getTime()
public void setTime(long time)
time - public java.lang.String getName()
public void setName(java.lang.String name)
name - public int getRsyncCount()
public void setRsyncCount(int rsyncCount)
rsyncCount - The rsyncCount to set.public int getRsyncValue()
public void setRsyncValue(int rsyncValue)
rsyncValue - The rsyncValue to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||