Package org.eclipsecon.gwt.chattr.client

Examples of org.eclipsecon.gwt.chattr.client.UserRemoveEvent


  /**
   *
   * @param user
   */
  private void fireUserRemovedEvent(User user) {
    UserRemoveEvent userRemovedEvent = new UserRemoveEvent(user);

    propagateEvent(userToUserInfoMap.keySet().iterator(), userRemovedEvent);
  }
View Full Code Here

TOP

Related Classes of org.eclipsecon.gwt.chattr.client.UserRemoveEvent

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.