Uses of Interface
com.croftsoft.core.lang.ex.ExceptionHandler

Packages that use ExceptionHandler
com.croftsoft.core.util.loop Threaded loop library for animation and simulation. 
com.croftsoft.core.util.pubsub Publish-and-subscribe message and event propagation. 
 

Uses of ExceptionHandler in com.croftsoft.core.util.loop
 

Constructors in com.croftsoft.core.util.loop with parameters of type ExceptionHandler
Looper(Loopable loopable, LoopGovernor loopGovernor, ExceptionHandler exceptionHandler, String threadName, int threadPriority, boolean useDaemonThread)
          Main constructor.
 

Uses of ExceptionHandler in com.croftsoft.core.util.pubsub
 

Constructors in com.croftsoft.core.util.pubsub with parameters of type ExceptionHandler
ArrayPublisher(ExceptionHandler exceptionHandler, Subscriber[] subscribers)
           
 


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)