Package com.cedarsoft.spring.rcp.id

Examples of com.cedarsoft.spring.rcp.id.DefaultIdStrategy


   *
   * @param baseId   the base id
   * @param callback the callback
   */
  public AddRemoveAspect( @NotNull @NonNls String baseId, @NotNull Callback<T> callback ) {
    this( new DefaultIdStrategy( baseId ), callback );
  }
View Full Code Here

TOP

Related Classes of com.cedarsoft.spring.rcp.id.DefaultIdStrategy

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.