Package org.eclipse.ecf.presence.chatroom

Examples of org.eclipse.ecf.presence.chatroom.IChatRoomContainer.dispose()


      toNotify = new ArrayList(chatrooms);
      chatrooms.clear();
    }
    for (final Iterator i = toNotify.iterator(); i.hasNext();) {
      final IChatRoomContainer cc = (IChatRoomContainer) i.next();
      cc.dispose();
    }
  }

  public void dispose() {
    synchronized (invitationListeners) {
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.