public interface IThreadDeadlockCallback extends ICallback
| 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. Neither null
nor empty.Copyright © 2014–2016 Philip Helger. All rights reserved.