事件侦听器 meaning in English
event listener
Examples
- In general , be aware of what thread event listeners will be called from , and ensure that any objects they touch are either thread - safe or protected with the appropriate synchronization or thread - confinement , as with swing model classes everywhere they are accessed
一般来说,要注意调用事件侦听器的线程,还要保证它们涉及的任何对象或者是线程安全的,或者在访问它们的地方,受到适当的同步(或者是swing模型类的线程约束)的保护。