public static final class CatClientModule.CatThreadListener
extends org.unidal.helper.Threads.AbstractThreadListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onThreadGroupCreated(ThreadGroup group,
String name) |
void |
onThreadPoolCreated(ExecutorService pool,
String name) |
void |
onThreadStarting(Thread thread,
String name) |
void |
onThreadStopping(Thread thread,
String name) |
boolean |
onUncaughtException(Thread thread,
Throwable e) |
public void onThreadGroupCreated(ThreadGroup group, String name)
onThreadGroupCreated 在接口中 org.unidal.helper.Threads.ThreadListeneronThreadGroupCreated 在类中 org.unidal.helper.Threads.AbstractThreadListenerpublic void onThreadPoolCreated(ExecutorService pool, String name)
onThreadPoolCreated 在接口中 org.unidal.helper.Threads.ThreadListeneronThreadPoolCreated 在类中 org.unidal.helper.Threads.AbstractThreadListenerpublic void onThreadStarting(Thread thread, String name)
onThreadStarting 在接口中 org.unidal.helper.Threads.ThreadListeneronThreadStarting 在类中 org.unidal.helper.Threads.AbstractThreadListenerpublic void onThreadStopping(Thread thread, String name)
onThreadStopping 在接口中 org.unidal.helper.Threads.ThreadListeneronThreadStopping 在类中 org.unidal.helper.Threads.AbstractThreadListenerCopyright © 2022. All rights reserved.