How can I implement a method that returns a result to Event Dispatch Thread?

前端 未结 0 491
我在风中等你
我在风中等你 2021-02-12 18:05

For example, I have the following method:

public Object someMethod(Object param) {
    return performLongCalculations();
}

Some time consuming ca

相关标签:
回答
  • 消灭零回复
提交回复
热议问题