Uses of Class
com.realtime.xmpp.types.PresenceShow

Packages that use PresenceShow
com.realtime.xmpp.types   
 

Uses of PresenceShow in com.realtime.xmpp.types
 

Fields in com.realtime.xmpp.types declared as PresenceShow
static PresenceShow PresenceShow.AWAY
           
static PresenceShow PresenceShow.CHAT
           
static PresenceShow PresenceShow.XA
           
static PresenceShow PresenceShow.DND
           
protected  PresenceShow Presence.m_show
          The standard show code.
 

Methods in com.realtime.xmpp.types that return PresenceShow
 PresenceShow Presence.getShow()
          Provide the standardized show code.
 

Constructors in com.realtime.xmpp.types with parameters of type PresenceShow
Presence(PresenceShow show, java.lang.String sStatus)
          Create a presence code.
 



Copyright © 2002,2003 Real Time Entertainment Group, LLC. All Rights Reserved.