示例#1
0
 /**
  * ** Queues the invocation of this MethodAction on the EventQueue, and waits for the EventQueue
  */
 public void invokeAndWait() throws InterruptedException, InvocationTargetException {
   MethodAction.invokeAndWait(this);
 }