Uses of Class
rocks.xmpp.extensions.muc.OccupantEvent.Type
-
Packages that use OccupantEvent.Type Package Description rocks.xmpp.extensions.muc Provides classes for XEP-0045: Multi-User Chat. -
-
Uses of OccupantEvent.Type in rocks.xmpp.extensions.muc
Methods in rocks.xmpp.extensions.muc that return OccupantEvent.Type Modifier and Type Method Description OccupantEvent.Type
OccupantEvent. getType()
Gets the type of this event.static OccupantEvent.Type
OccupantEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static OccupantEvent.Type[]
OccupantEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-