Révision 1553
| tmp/org.txm.rcp/src/main/java/org/txm/rcp/utils/JobHandler.java (revision 1553) | ||
|---|---|---|
| 237 | 237 |
if (!this.canBeInterrupted) // Prevent thread system interruption (ThreadDeath not handled by the programmer) |
| 238 | 238 |
return; |
| 239 | 239 |
|
| 240 |
Log.info(this.getName() + TXMUIMessages.cancelingRequested); |
|
| 241 |
|
|
| 242 | 240 |
try {
|
| 243 |
System.out.println(TXMUIMessages.canceling_2 + " " + this.getName()); //$NON-NLS-1$
|
|
| 241 |
Log.info(TXMUIMessages.canceling_2 + " " + this.getName() + ".");
|
|
| 244 | 242 |
this.syncExec(new Runnable() {
|
| 245 | 243 |
@Override |
| 246 | 244 |
public void run() {
|
Formats disponibles : Unified diff