Package com.biglybt.plugin.net.buddy
Class BuddyPluginBeta.ChatAdapter
- java.lang.Object
-
- com.biglybt.plugin.net.buddy.BuddyPluginBeta.ChatAdapter
-
- All Implemented Interfaces:
BuddyPluginBeta.ChatListener
- Enclosing class:
- BuddyPluginBeta
public static class BuddyPluginBeta.ChatAdapter extends java.lang.Object implements BuddyPluginBeta.ChatListener
-
-
Constructor Summary
Constructors Constructor Description ChatAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configChanged()
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()
-
-
-
Method Detail
-
updated
public void updated()
- Specified by:
updated
in interfaceBuddyPluginBeta.ChatListener
-
configChanged
public void configChanged()
- Specified by:
configChanged
in interfaceBuddyPluginBeta.ChatListener
-
stateChanged
public void stateChanged(boolean avail)
- Specified by:
stateChanged
in interfaceBuddyPluginBeta.ChatListener
-
participantRemoved
public void participantRemoved(BuddyPluginBeta.ChatParticipant participant)
- Specified by:
participantRemoved
in interfaceBuddyPluginBeta.ChatListener
-
participantChanged
public void participantChanged(BuddyPluginBeta.ChatParticipant participant)
- Specified by:
participantChanged
in interfaceBuddyPluginBeta.ChatListener
-
participantAdded
public void participantAdded(BuddyPluginBeta.ChatParticipant participant)
- Specified by:
participantAdded
in interfaceBuddyPluginBeta.ChatListener
-
messagesChanged
public void messagesChanged()
- Specified by:
messagesChanged
in interfaceBuddyPluginBeta.ChatListener
-
messageReceived
public void messageReceived(BuddyPluginBeta.ChatMessage message, boolean sort_outstanding)
- Specified by:
messageReceived
in interfaceBuddyPluginBeta.ChatListener
-
-