com.aelitis.azureus.plugins.net.buddy
Class BuddyPluginBeta.ChatAdapter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuddyPluginBeta.ChatAdapter
public BuddyPluginBeta.ChatAdapter()
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