Uses of Class
org.eclipse.ecf.protocol.msn.Status

Packages that use Status
org.eclipse.ecf.protocol.msn Provides support for connecting to the MSN servers used by Windows Live Messenger. 
org.eclipse.ecf.protocol.msn.events Provides listener interfaces for handling events received from the MSN network. 
 

Uses of Status in org.eclipse.ecf.protocol.msn
 

Fields in org.eclipse.ecf.protocol.msn declared as Status
static Status Status.APPEAR_OFFLINE
           
static Status Status.AWAY
           
static Status Status.BE_RIGHT_BACK
           
static Status Status.BUSY
           
static Status Status.IDLE
           
static Status Status.OFFLINE
           
static Status Status.ON_THE_PHONE
           
static Status Status.ONLINE
           
static Status Status.OUT_TO_LUNCH
           
 

Methods in org.eclipse.ecf.protocol.msn that return Status
 Status Contact.getStatus()
          Retrieves the current status of this contact.
 Status MsnClient.getStatus()
          Returns the status that the user is currently in.
 

Methods in org.eclipse.ecf.protocol.msn with parameters of type Status
 void MsnClient.setStatus(Status status)
          Changes the user's status to the provided status flag.
 

Constructors in org.eclipse.ecf.protocol.msn with parameters of type Status
MsnClient(Status initialStatus)
          Instantiate a new MsnClient that set the user to the specified status when signing in.
 

Uses of Status in org.eclipse.ecf.protocol.msn.events
 

Methods in org.eclipse.ecf.protocol.msn.events with parameters of type Status
 void IContactListener.statusChanged(Status status)
          This method is called when the contact has changed his or her status.