Uses of Interface
org.jivesoftware.spark.ui.FileDropListener

Packages that use FileDropListener
org.jivesoftware.spark.ui Provides support by providing all chat specific components, such as ChatRoom and ContactList. 
 

Uses of FileDropListener in org.jivesoftware.spark.ui
 

Methods in org.jivesoftware.spark.ui with parameters of type FileDropListener
 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)