Uses of Class
tigase.mix.model.MixAction
-
Packages that use MixAction Package Description tigase.mix.model -
-
Uses of MixAction in tigase.mix.model
Methods in tigase.mix.model that return MixAction Modifier and Type Method Description static MixActionMixAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MixAction[]MixAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.mix.model with parameters of type MixAction Modifier and Type Method Description voidDefaultMixLogic. checkPermission(tigase.xmpp.jid.BareJID channel, tigase.xmpp.jid.BareJID senderJid, MixAction action)voidMixLogic. checkPermission(tigase.xmpp.jid.BareJID channel, tigase.xmpp.jid.BareJID senderJid, MixAction action)
-