Package com.pragprog.aebook.chat.client

Examples of com.pragprog.aebook.chat.client.ChatRoom


        this.date = date;
        this.name = chat;
    }
   
    public ChatRoom asChatRoom() {
        return new ChatRoom(name, date);
    }
View Full Code Here

TOP

Related Classes of com.pragprog.aebook.chat.client.ChatRoom

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.