Package | Description |
---|---|
org.jivesoftware.spark.filetransfer |
Provides support for intercepting file transfers within Spark.
|
org.jivesoftware.spark.ui |
Provides support by providing all chat specific components, such as ChatRoom and ContactList.
|
Modifier and Type | Class and Description |
---|---|
class |
ChatRoomTransferDecorator
Enables encapsulation of transfer capabilities within a ChatRoom.
|
Modifier and Type | Method and Description |
---|---|
void |
ChatRoom.addFileDropListener(FileDropListener listener)
Adds a new
FileDropListener to allow for Drag and Drop notifications
of objects onto the ChatWindow. |
void |
ContactList.addFileDropListener(FileDropListener listener) |
void |
ChatRoom.removeFileDropListener(FileDropListener listener)
Remove the
FileDropListener from ChatRoom. |
void |
ContactList.removeFileDropListener(FileDropListener listener) |