|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.zion.jbuddy.filetransfer.FileSessionAdapter
public class FileSessionAdapter
Implements all methods in IFileSessionListener to do nothing.
| Constructor Summary | |
|---|---|
FileSessionAdapter()
|
|
| Method Summary | |
|---|---|
void |
accepted(FileSessionEvent eventProperties)
The recipient has accepted an outgoing file session. |
void |
beginTransfer(FileSessionEvent eventProperties)
A file is about to be transfered. |
void |
canceled(FileSessionEvent eventProperties)
The sender has canceled an incoming file session. |
void |
connected(FileSessionEvent eventProperties)
A session has been successfully connected. |
void |
couldNotConnect(FileSessionEvent eventProperties)
Could not connect to a file session. |
void |
declined(FileSessionEvent eventProperties)
The recipient has declined an outgoing file session. |
void |
endTransfer(FileSessionEvent eventProperties)
A file has been completely transfered. |
void |
lostConnection(FileSessionEvent eventProperties)
A connection has been lost. |
void |
updateProgress(FileSessionEvent eventProperties)
This is called from the file session's progress thread, allowing the currentProgress property to be retrieved. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileSessionAdapter()
| Method Detail |
|---|
public void accepted(FileSessionEvent eventProperties)
IFileSessionListener
accepted in interface IFileSessionListenerpublic void beginTransfer(FileSessionEvent eventProperties)
IFileSessionListener
beginTransfer in interface IFileSessionListenerpublic void canceled(FileSessionEvent eventProperties)
IFileSessionListener
canceled in interface IFileSessionListenerpublic void connected(FileSessionEvent eventProperties)
IFileSessionListener
connected in interface IFileSessionListenerpublic void couldNotConnect(FileSessionEvent eventProperties)
IFileSessionListener
couldNotConnect in interface IFileSessionListenerpublic void declined(FileSessionEvent eventProperties)
IFileSessionListener
declined in interface IFileSessionListenerpublic void endTransfer(FileSessionEvent eventProperties)
IFileSessionListener
endTransfer in interface IFileSessionListenerpublic void lostConnection(FileSessionEvent eventProperties)
IFileSessionListener
lostConnection in interface IFileSessionListenerpublic void updateProgress(FileSessionEvent eventProperties)
IFileSessionListener
updateProgress in interface IFileSessionListener
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||