|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
com.zion.jbuddy.filetransfer.FileSessionEvent
public class FileSessionEvent
This class encapsulates file session event properties.
| Constructor Summary | |
|---|---|
FileSessionEvent(Object source)
|
|
| Method Summary | |
|---|---|
Exception |
getException()
Returns the exception. |
String |
getMessage()
Returns the message. |
void |
setException(Exception e)
Sets the exception. |
void |
setMessage(String s)
Sets the message. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileSessionEvent(Object source)
| Method Detail |
|---|
public Exception getException()
IFileSessionListener.couldNotConnect(FileSessionEvent),
IFileSessionListener.lostConnection(FileSessionEvent)public String getMessage()
IFileSessionListener.canceled(FileSessionEvent),
IFileSessionListener.declined(FileSessionEvent)public void setException(Exception e)
public void setMessage(String s)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||