com.aelitis.azureus.plugins.net.buddy
Interface BuddyPluginViewInterface

All Known Implementing Classes:
BuddyPluginView

public interface BuddyPluginViewInterface


Nested Class Summary
static interface BuddyPluginViewInterface.DownloadAdapter
           
static interface BuddyPluginViewInterface.View
           
static interface BuddyPluginViewInterface.ViewListener
           
 
Field Summary
static String VP_CHAT
           
static String VP_DOWNLOAD
           
static String VP_SWT_COMPOSITE
           
 
Method Summary
 BuddyPluginViewInterface.View buildView(Map<String,Object> properties, BuddyPluginViewInterface.ViewListener listener)
           
 void openChat(BuddyPluginBeta.ChatInstance chat)
           
 String renderMessage(BuddyPluginBeta.ChatInstance chat, BuddyPluginBeta.ChatMessage message)
           
 

Field Detail

VP_SWT_COMPOSITE

static final String VP_SWT_COMPOSITE
See Also:
Constant Field Values

VP_DOWNLOAD

static final String VP_DOWNLOAD
See Also:
Constant Field Values

VP_CHAT

static final String VP_CHAT
See Also:
Constant Field Values
Method Detail

openChat

void openChat(BuddyPluginBeta.ChatInstance chat)

buildView

BuddyPluginViewInterface.View buildView(Map<String,Object> properties,
                                        BuddyPluginViewInterface.ViewListener listener)

renderMessage

String renderMessage(BuddyPluginBeta.ChatInstance chat,
                     BuddyPluginBeta.ChatMessage message)