Uses of Interface
tigase.mix.model.IParticipant
-
Packages that use IParticipant Package Description tigase.mix.model -
-
Uses of IParticipant in tigase.mix.model
Classes in tigase.mix.model that implement IParticipant Modifier and Type Class Description classParticipantMethods in tigase.mix.model that return IParticipant Modifier and Type Method Description IParticipantIMixRepository. getParticipant(tigase.xmpp.jid.BareJID channelJID, java.lang.String participantId)IParticipantIMixRepository. getParticipant(tigase.xmpp.jid.BareJID channelJID, tigase.xmpp.jid.BareJID participantJID)protected IParticipantMixRepository. getParticipant(MixRepository.ParticipantKey key)IParticipantMixRepository. getParticipant(tigase.xmpp.jid.BareJID channelJID, java.lang.String participantId)IParticipantMixRepository. getParticipant(tigase.xmpp.jid.BareJID channelJID, tigase.xmpp.jid.BareJID participantRealJID)IParticipantIMixRepository. updateParticipant(tigase.xmpp.jid.BareJID channelJID, tigase.xmpp.jid.BareJID participantJID, java.lang.String nick)IParticipantMixRepository. updateParticipant(tigase.xmpp.jid.BareJID channelJID, tigase.xmpp.jid.BareJID participantJID, java.lang.String nick)IParticipantIMixRepository. updateTempParticipant(tigase.xmpp.jid.BareJID channelJID, tigase.xmpp.jid.JID participantJID, java.lang.String nick)IParticipantMixRepository. updateTempParticipant(tigase.xmpp.jid.BareJID channelJID, tigase.xmpp.jid.JID participantJID, java.lang.String nick)
-