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 © 2014–2015 Philip Helger. All rights reserved.