com.aelitis.azureus.plugins.net.buddy.swt
Class BuddyPluginViewChat
java.lang.Object
com.aelitis.azureus.plugins.net.buddy.swt.BuddyPluginViewChat
- All Implemented Interfaces:
- BuddyPluginAZ2ChatListener
public class BuddyPluginViewChat
- extends Object
- implements BuddyPluginAZ2ChatListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuddyPluginViewChat
protected BuddyPluginViewChat(BuddyPlugin _plugin,
org.eclipse.swt.widgets.Display _display,
BuddyPluginAZ2.chatInstance _chat)
updateTable
protected void updateTable(boolean async)
close
protected void close()
closed
protected void closed()
participantAdded
public void participantAdded(BuddyPluginAZ2.chatParticipant participant)
- Specified by:
participantAdded
in interface BuddyPluginAZ2ChatListener
participantChanged
public void participantChanged(BuddyPluginAZ2.chatParticipant participant)
- Specified by:
participantChanged
in interface BuddyPluginAZ2ChatListener
participantRemoved
public void participantRemoved(BuddyPluginAZ2.chatParticipant participant)
- Specified by:
participantRemoved
in interface BuddyPluginAZ2ChatListener
sendMessage
protected void sendMessage(String text)
messageReceived
public void messageReceived(BuddyPluginAZ2.chatParticipant participant,
Map msg)
- Specified by:
messageReceived
in interface BuddyPluginAZ2ChatListener
logChatMessage
protected void logChatMessage(String buddy_name,
org.eclipse.swt.graphics.Color colour,
Map map)