Package ch.entwine.weblounge.contentrepository.impl

Examples of ch.entwine.weblounge.contentrepository.impl.NotifyingOperationListener


  /**
   * Creates a new content repository operation.
   */
  protected AbstractContentRepositoryOperation() {
    internalListener = new NotifyingOperationListener();
    listeners = new ArrayList<ContentRepositoryOperationListener>();
    listeners.add(internalListener);
    operationId = operationIdProvider.getAndIncrement();
  }
View Full Code Here

TOP

Related Classes of ch.entwine.weblounge.contentrepository.impl.NotifyingOperationListener

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.