扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.awt类eventqueue的类成员方法: invokeandwait定义及介绍
发布时间:2014-2-16
本文导语:
invokeandwait
public static void invokeandwait(runnable runnable)
throws interruptedexception,
invocationtargetexception
导致 runnable 的 run 方法在 the system eventqueue 的指派线程中被调用。在所有挂起事件被处理...