Package com.bj58.spat.gaea.client.utility

Examples of com.bj58.spat.gaea.client.utility.AutoResetEvent.waitOne()


    event.set();
    System.out.println("stime:" + System.currentTimeMillis());
    event.waitOne(10000);
    event.waitOne(10000);
    event.waitOne(10000);
    event.waitOne(10000);
    System.out.println("time:" + System.currentTimeMillis());
  }
}
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.