hmi.util
Class DefaultDeadlockListener

java.lang.Object
  extended by hmi.util.DefaultDeadlockListener
All Implemented Interfaces:
ThreadDeadlockDetector.Listener

public class DefaultDeadlockListener
extends Object
implements ThreadDeadlockDetector.Listener

Author:
unknown

Constructor Summary
DefaultDeadlockListener()
           
 
Method Summary
 void deadlockDetected(Thread[] threads)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDeadlockListener

public DefaultDeadlockListener()
Method Detail

deadlockDetected

public void deadlockDetected(Thread[] threads)
Specified by:
deadlockDetected in interface ThreadDeadlockDetector.Listener