plugins.adufour.ezplug
Class EzStoppable.ForcedInterruptionHandler

java.lang.Object
  extended by plugins.adufour.ezplug.EzStoppable.ForcedInterruptionHandler
All Implemented Interfaces:
java.lang.Thread.UncaughtExceptionHandler
Enclosing interface:
EzStoppable

public static class EzStoppable.ForcedInterruptionHandler
extends java.lang.Object
implements java.lang.Thread.UncaughtExceptionHandler


Constructor Summary
EzStoppable.ForcedInterruptionHandler(icy.plugin.PluginDescriptor source)
           
 
Method Summary
 void uncaughtException(java.lang.Thread t, java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EzStoppable.ForcedInterruptionHandler

public EzStoppable.ForcedInterruptionHandler(icy.plugin.PluginDescriptor source)
Method Detail

uncaughtException

public void uncaughtException(java.lang.Thread t,
                              java.lang.Throwable e)
Specified by:
uncaughtException in interface java.lang.Thread.UncaughtExceptionHandler