Package nu.fw.jeti.plugins.groupchat

Examples of nu.fw.jeti.plugins.groupchat.GroupchatWindow.appendMessage()


            if(gcw==null)return;
            for(Iterator i = presences.values().iterator();i.hasNext();)
            {
              gcw.presenceChanged((Presence)i.next());
            }
            if(subject!=null)gcw.appendMessage(subject);
            messages.releaseMessages(gcw);
            groupchatWindow = gcw;
            deIconify();
            addWindowStateListener(gcw);
          }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.