Package org.olat.commons.coordinate.singlevm

Examples of org.olat.commons.coordinate.singlevm.SingleVMEventBus


   * @return
   */
  public EventBus createSingleUserInstance() {
    // take the normal singlevm event bus, since this is only
    // for within one user-session, which is in one vm
    return new SingleVMEventBus();
  }
View Full Code Here

TOP

Related Classes of org.olat.commons.coordinate.singlevm.SingleVMEventBus

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.