public interface IThreadDeadlockListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDeadlockDetected(ThreadDeadlockInfo[] aDeadlockedThreads)
Callback to be invoked on a deadlock
|
void onDeadlockDetected(@Nonnull@Nonempty ThreadDeadlockInfo[] aDeadlockedThreads)
aDeadlockedThreads - Information on the dead-locked threads.Copyright © 2006–2015 phloc systems. All rights reserved.