org.jbrain.qlink.chat
Class SeatInfo

java.lang.Object
  |
  +--org.jbrain.qlink.chat.SeatInfo
All Implemented Interfaces:
QSeat

public class SeatInfo
extends java.lang.Object
implements QSeat


Constructor Summary
SeatInfo(org.jbrain.qlink.user.QHandle handle)
           
SeatInfo(org.jbrain.qlink.user.QHandle handle, int seat, ChatProfile profile)
           
 
Method Summary
 org.jbrain.qlink.user.QHandle getHandle()
           
 ChatProfile getProfile()
           
 int getSeatID()
           
 boolean isIgnored()
           
 boolean isInGame()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeatInfo

public SeatInfo(org.jbrain.qlink.user.QHandle handle)

SeatInfo

public SeatInfo(org.jbrain.qlink.user.QHandle handle,
                int seat,
                ChatProfile profile)
Method Detail

getSeatID

public int getSeatID()
Specified by:
getSeatID in interface QSeat
Returns:

getHandle

public org.jbrain.qlink.user.QHandle getHandle()
Specified by:
getHandle in interface QSeat
Returns:

isInGame

public boolean isInGame()
Specified by:
isInGame in interface QSeat
Returns:

getProfile

public ChatProfile getProfile()
Returns:

isIgnored

public boolean isIgnored()
Specified by:
isIgnored in interface QSeat