Package org.teamapps.ux.component.chat
Interface ChatFile
- All Known Implementing Classes:
SimpleChatFile
public interface ChatFile
-
Method Summary
Modifier and Type Method Description ResourcegetDownload()org.teamapps.icons.api.IcongetIcon()java.lang.StringgetName()ResourcegetThumbnail()
-
Method Details
-
getName
java.lang.String getName() -
getIcon
org.teamapps.icons.api.Icon getIcon() -
getThumbnail
Resource getThumbnail() -
getDownload
Resource getDownload()
-