com.aelitis.azureus.plugins.net.buddy
Class BuddyPluginBeta.ChatAdapter

java.lang.Object
  extended by com.aelitis.azureus.plugins.net.buddy.BuddyPluginBeta.ChatAdapter
All Implemented Interfaces:
BuddyPluginBeta.ChatListener
Enclosing class:
BuddyPluginBeta

public static class BuddyPluginBeta.ChatAdapter
extends Object
implements BuddyPluginBeta.ChatListener


Constructor Summary
BuddyPluginBeta.ChatAdapter()
           
 
Method Summary
 void messageReceived(BuddyPluginBeta.ChatMessage message, boolean sort_outstanding)
           
 void messagesChanged()
           
 void participantAdded(BuddyPluginBeta.ChatParticipant participant)
           
 void participantChanged(BuddyPluginBeta.ChatParticipant participant)
           
 void participantRemoved(BuddyPluginBeta.ChatParticipant participant)
           
 void stateChanged(boolean avail)
           
 void updated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuddyPluginBeta.ChatAdapter

public BuddyPluginBeta.ChatAdapter()
Method Detail

updated

public void updated()
Specified by:
updated in interface BuddyPluginBeta.ChatListener

stateChanged

public void stateChanged(boolean avail)
Specified by:
stateChanged in interface BuddyPluginBeta.ChatListener

participantRemoved

public void participantRemoved(BuddyPluginBeta.ChatParticipant participant)
Specified by:
participantRemoved in interface BuddyPluginBeta.ChatListener

participantChanged

public void participantChanged(BuddyPluginBeta.ChatParticipant participant)
Specified by:
participantChanged in interface BuddyPluginBeta.ChatListener

participantAdded

public void participantAdded(BuddyPluginBeta.ChatParticipant participant)
Specified by:
participantAdded in interface BuddyPluginBeta.ChatListener

messagesChanged

public void messagesChanged()
Specified by:
messagesChanged in interface BuddyPluginBeta.ChatListener

messageReceived

public void messageReceived(BuddyPluginBeta.ChatMessage message,
                            boolean sort_outstanding)
Specified by:
messageReceived in interface BuddyPluginBeta.ChatListener