Servoy 4.1.x Public API

com.servoy.j2db.util
Interface ITaskExecuter

All Superinterfaces:
Executor

Deprecated. use Executor interface

@Deprecated
public interface ITaskExecuter
extends Executor

A thread pool to run tasks (do not execute UI operations in here!).


Method Summary
 void addTask(Runnable task)
          Deprecated. use Executor interface
 
Methods inherited from interface java.util.concurrent.Executor
execute
 

Method Detail

addTask

@Deprecated
void addTask(Runnable task)
             throws IllegalArgumentException
Deprecated. use Executor interface

Add a task.

Parameters:
task - the task
Throws:
IllegalArgumentException

Copyright © 2009 Servoy B.V.

>