Package erjang.driver

Examples of erjang.driver.EDriverTask.send_monitor_exit()


  @Override
  public void send_monitor_exit(EHandle from, ERef ref, EObject reason)
      throws Pausable {
    EDriverTask task = this.task;
    if (task != null) {
      task.send_monitor_exit(from, ref, reason);
    }
   
  }
 
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.