|
Secure FTP Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectScpEvent
com.jscape.inet.scp.events.ScpTransferCompletedEvent
com.jscape.inet.scp.events.ScpFileDownloadedEvent
public final class ScpFileDownloadedEvent
Scp file downloaded event.
Constructor Summary | |
---|---|
ScpFileDownloadedEvent(Scp source,
java.lang.String filename,
long size,
long time)
Creates a new event. |
Method Summary | |
---|---|
void |
accept(ScpEventListener listener)
|
Methods inherited from class com.jscape.inet.scp.events.ScpTransferCompletedEvent |
---|
getFilename, getSize, getTime |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScpFileDownloadedEvent(Scp source, java.lang.String filename, long size, long time)
source
- sourcefilename
- file namesize
- file sizetime
- transfer timeMethod Detail |
---|
public void accept(ScpEventListener listener)
com.jscape.inet.scp.events.ScpEvent#accept(com.jscape.inet.scp.events.ScpEventListener)
|
Secure FTP Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |