Uses of Enum Class
tigase.muc.modules.selfping.Request.Result
Packages that use Request.Result
-
Uses of Request.Result in tigase.muc.modules.selfping
Subclasses with type arguments of type Request.Result in tigase.muc.modules.selfpingMethods in tigase.muc.modules.selfping that return Request.ResultModifier and TypeMethodDescriptionstatic Request.ResultReturns the enum constant of this class with the specified name.static Request.Result[]Request.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.muc.modules.selfping with parameters of type Request.ResultModifier and TypeMethodDescriptionvoidRequest.registerResponse(tigase.xmpp.jid.JID jid, String stanzaId, Request.Result result) voidSelfPingerMonitor.registerResponse(tigase.xmpp.jid.JID jid, String stanzaId, Request.Result result)