Class BuddyPluginAZ2.chatInstance
java.lang.Object
com.biglybt.plugin.net.buddy.BuddyPluginAdapter
com.biglybt.plugin.net.buddy.BuddyPluginAZ2.chatInstance
- All Implemented Interfaces:
BuddyPluginListener
- Enclosing class:
BuddyPluginAZ2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(BuddyPluginAZ2ChatListener listener) addParticipant(BuddyPluginBuddy buddy) addParticipant(String pk) voidaddParticipants(BuddyPluginBuddy[] buddies, boolean inform_others) voidbuddyAdded(BuddyPluginBuddy buddy) voidbuddyChanged(BuddyPluginBuddy buddy) voidbuddyRemoved(BuddyPluginBuddy buddy) voiddestroy()getID()protected BuddyPluginAZ2.chatParticipantprotected BuddyPluginAZ2.chatParticipantprotected voidprocess(BuddyPluginBuddy from_buddy, Map msg) voidremoveListener(BuddyPluginAZ2ChatListener listener) protected voidvoidvoidsendMessage(Map msg) protected voidsendMessageBase(Map msg) Methods inherited from class BuddyPluginAdapter
enabledStateChanged, initialised, messageLogged, updated
-
Field Details
-
id
-
participants
-
listeners
-
history
-
-
Constructor Details
-
chatInstance
-
-
Method Details
-
getPluginNetwork
-
getID
-
buddyAdded
- Specified by:
buddyAddedin interfaceBuddyPluginListener- Overrides:
buddyAddedin classBuddyPluginAdapter
-
buddyRemoved
- Specified by:
buddyRemovedin interfaceBuddyPluginListener- Overrides:
buddyRemovedin classBuddyPluginAdapter
-
buddyChanged
- Specified by:
buddyChangedin interfaceBuddyPluginListener- Overrides:
buddyChangedin classBuddyPluginAdapter
-
process
-
sendMessage
-
sendMessageBase
-
getHistory
-
getOrAddParticipant
-
addParticipant
-
removeParticipant
-
addParticipant
-
addParticipants
-
getParticipant
-
getParticipants
-
removeParticipant
-
destroy
public void destroy() -
addListener
-
removeListener
-