Babylon Java Chat

Class BabylonRoomInfo

java.lang.Object
  extended by BabylonRoomInfo

public class BabylonRoomInfo
extends java.lang.Object

A structure class used for containing info about a chat room. This class is used by both the server and the client.

Author:
Andy McLaughlin

Field Summary
 java.lang.String creatorName
           
 boolean invited
           
 java.lang.String name
           
 boolean priv
           
 boolean roomOwner
           
 java.util.Vector userNames
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

creatorName

public java.lang.String creatorName

priv

public boolean priv

invited

public boolean invited

roomOwner

public boolean roomOwner

userNames

public java.util.Vector userNames

Babylon Java Chat