Package nu.fw.jeti.plugins.groupchat.elements

Examples of nu.fw.jeti.plugins.groupchat.elements.XMUCUser


            // Do nothing
        }
        public void contentsChanged(ListDataEvent e) {
            for (int i=e.getIndex0(); i<=e.getIndex1(); i++) {
                Actor a = (Actor)roosterList.getElementAt(i);
                tableModel.addUser(new XMUCUser(a.getFullJID(),
                                                a.getAffiliation(),
                                                a.getRole()));
            }
        }
View Full Code Here

TOP

Related Classes of nu.fw.jeti.plugins.groupchat.elements.XMUCUser

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.