com.zion.jbuddy.filetransfer
Interface IFileSessionListener

All Known Implementing Classes:
FileSessionAdapter

public interface IFileSessionListener

Handles file session events.

Since:
2.3, 6.3 LCS (also OCS)

Method Summary
 void accepted(FileSessionEvent event)
          The recipient has accepted an outgoing file session.
 void beginTransfer(FileSessionEvent event)
          A file is about to be transfered.
 void canceled(FileSessionEvent event)
          The sender has canceled an incoming file session.
 void connected(FileSessionEvent event)
          A session has been successfully connected.
 void couldNotConnect(FileSessionEvent event)
          Could not connect to a file session.
 void declined(FileSessionEvent event)
          The recipient has declined an outgoing file session.
 void endTransfer(FileSessionEvent event)
          A file has been completely transfered.
 void lostConnection(FileSessionEvent event)
          A connection has been lost.
 void updateProgress(FileSessionEvent event)
          This is called from the file session's progress thread, allowing the currentProgress property to be retrieved.
 

Method Detail

accepted

void accepted(FileSessionEvent event)
The recipient has accepted an outgoing file session.


beginTransfer

void beginTransfer(FileSessionEvent event)
A file is about to be transfered.


canceled

void canceled(FileSessionEvent event)
The sender has canceled an incoming file session.


connected

void connected(FileSessionEvent event)
A session has been successfully connected.


couldNotConnect

void couldNotConnect(FileSessionEvent event)
Could not connect to a file session.


declined

void declined(FileSessionEvent event)
The recipient has declined an outgoing file session.


endTransfer

void endTransfer(FileSessionEvent event)
A file has been completely transfered.


lostConnection

void lostConnection(FileSessionEvent event)
A connection has been lost.


updateProgress

void updateProgress(FileSessionEvent event)
This is called from the file session's progress thread, allowing the currentProgress property to be retrieved.



JBuddy is a trademark of Zion Software, LLC in the US and other countries.
Copyright 2000-2012 Zion Software, LLC All Rights Reserved.