com.genesyslab.ail.im
Interface IMParty


public interface IMParty

Represents a party event that can occur during an Instant Messaging session.


Nested Class Summary
static class IMParty.Type
          Constants for possible party types.
static class IMParty.Visibility
          Possible constants for the visibility of a party.
 
Method Summary
 java.lang.String getNickname()
          Returns the nickname of this party.
 IMParty.Type getType()
          Returns the type of this party
 IMParty.Visibility getVisibility()
          Returns the visibility of this party.
 

Method Detail

getNickname

java.lang.String getNickname()
Returns the nickname of this party.


getVisibility

IMParty.Visibility getVisibility()
Returns the visibility of this party.


getType

IMParty.Type getType()
Returns the type of this party