net.java.sip.communicator.service.protocol.event
Class FileTransferCreatedEvent
java.lang.Object
java.util.EventObject
net.java.sip.communicator.service.protocol.event.FileTransferCreatedEvent
- All Implemented Interfaces:
- Serializable
public class FileTransferCreatedEvent
- extends EventObject
The FileTransferCreatedEvent indicates the creation of a file
transfer.
- Author:
- Yana Stamcheva
- See Also:
- Serialized Form
FileTransferCreatedEvent
public FileTransferCreatedEvent(FileTransfer fileTransfer,
Date timestamp)
- Creates a FileTransferCreatedEvent representing creation of a
file transfer.
- Parameters:
fileTransfer - the FileTransfer whose creation this event
represents.timestamp - the timestamp indicating the exact date when the event
occurred
getFileTransfer
public FileTransfer getFileTransfer()
- Returns the file transfer that triggered this event.
- Returns:
- the FileTransfer that triggered this
event.
getTimestamp
public Date getTimestamp()
- A timestamp indicating the exact date when the event occurred.
- Returns:
- a Date indicating when the event occurred.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.