com.google.appengine.api.xmpp
Class Presence

java.lang.Object
  extended by com.google.appengine.api.xmpp.Presence

public final class Presence
extends java.lang.Object

Represents presence information returned by the server.


Constructor Summary
Presence(boolean isAvailable)
           
 
Method Summary
 boolean isAvailable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Presence

public Presence(boolean isAvailable)
Method Detail

isAvailable

public boolean isAvailable()