Uses of Class
org.jivesoftware.smackx.muc.packet.Destroy
-
Packages that use Destroy Package Description org.jivesoftware.smackx.muc.packet Element classes for XEP-0045: Multi-User Chat.org.jivesoftware.smackx.muc.provider Provider classes for XEP-0045: Multi-User Chat. -
-
Uses of Destroy in org.jivesoftware.smackx.muc.packet
Methods in org.jivesoftware.smackx.muc.packet that return Destroy Modifier and Type Method Description Destroy
Destroy. clone()
Destroy
MUCOwner. getDestroy()
Returns a request to the server to destroy a room.Destroy
MUCUser. getDestroy()
Returns the notification that the room has been destroyed.Methods in org.jivesoftware.smackx.muc.packet with parameters of type Destroy Modifier and Type Method Description void
MUCOwner. setDestroy(Destroy destroy)
Sets a request to the server to destroy a room.void
MUCUser. setDestroy(Destroy destroy)
Sets the notification that the room has been destroyed.Constructors in org.jivesoftware.smackx.muc.packet with parameters of type Destroy Constructor Description Destroy(Destroy other)
-
Uses of Destroy in org.jivesoftware.smackx.muc.provider
Methods in org.jivesoftware.smackx.muc.provider that return Destroy Modifier and Type Method Description static Destroy
MUCParserUtils. parseDestroy(XmlPullParser parser)
-