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