Uses of Interface
tigase.mix.model.IParticipant
Packages that use IParticipant
-
Uses of IParticipant in tigase.mix.model
Classes in tigase.mix.model that implement IParticipantMethods in tigase.mix.model that return IParticipantModifier and TypeMethodDescriptionIMixRepository.getParticipant(tigase.xmpp.jid.BareJID channelJID, String participantId) IMixRepository.getParticipant(tigase.xmpp.jid.BareJID channelJID, tigase.xmpp.jid.BareJID participantJID) protected IParticipantMixRepository.getParticipant(MixRepository.ParticipantKey key) MixRepository.getParticipant(tigase.xmpp.jid.BareJID channelJID, String participantId) MixRepository.getParticipant(tigase.xmpp.jid.BareJID channelJID, tigase.xmpp.jid.BareJID participantRealJID) IMixRepository.updateParticipant(tigase.xmpp.jid.BareJID channelJID, tigase.xmpp.jid.BareJID participantJID, String nick) MixRepository.updateParticipant(tigase.xmpp.jid.BareJID channelJID, tigase.xmpp.jid.BareJID participantJID, String nick) IMixRepository.updateTempParticipant(tigase.xmpp.jid.BareJID channelJID, tigase.xmpp.jid.JID participantJID, String nick) MixRepository.updateTempParticipant(tigase.xmpp.jid.BareJID channelJID, tigase.xmpp.jid.JID participantJID, String nick)