Search:

Type: Posts; User: James2000

Search: Search took 0.11 seconds.

  1. Re: Block thread until callback method has been called by other thread

    I have managed to RESOLVE this problem using the code below.


    public class ThreadTester {
    private Object synchObj = new Object();

    public static void main(String[] args) {
    new...
  2. Block thread until callback method has been called by other thread

    Hi All,

    Please can you advise best way to block or suspend an application thread, until another thread has called a method in the application's class.

    Thank you for your time and help,
    Best...
Results 1 to 2 of 2