Uses of Interface
org.drools.concurrent.ExternalExecutorService.ObservableTask

Packages that use ExternalExecutorService.ObservableTask
org.drools.concurrent   
 

Uses of ExternalExecutorService.ObservableTask in org.drools.concurrent
 

Classes in org.drools.concurrent that implement ExternalExecutorService.ObservableTask
protected static class ExternalExecutorService.ObservableCallable<V>
          This class is a wrapper around a Callable task that will notify a listener when the task starts executing and when it finishes executing.
protected static class ExternalExecutorService.ObservableRunnable
          This class is a wrapper around a Runnable task that will notify a listener when the task starts executing and when it finishes executing.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.