com.zion.jbuddy.filetransfer
Class FileSessionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.zion.jbuddy.filetransfer.FileSessionEvent
All Implemented Interfaces:
Serializable

public class FileSessionEvent
extends EventObject

This class encapsulates file session event properties.

Since:
2.3, 6.3 LCS (also OCS)
See Also:
Serialized Form

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

FileSessionEvent

public FileSessionEvent(Object source)
Method Detail

getException

public Exception getException()
Returns the exception.

See Also:
IFileSessionListener.couldNotConnect(FileSessionEvent), IFileSessionListener.lostConnection(FileSessionEvent)

getMessage

public String getMessage()
Returns the message.

See Also:
IFileSessionListener.canceled(FileSessionEvent), IFileSessionListener.declined(FileSessionEvent)

setException

public void setException(Exception e)
Sets the exception.


setMessage

public void setMessage(String s)
Sets the message.



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