SyntaxFix
Write A Post
Hire A Developer
Questions
Another way is to handle the Runnable itself:
Runnable r = new Runnable { public void run() { if (booleanCancelMember != false) { //do what you need } } }