Servoy 3.5.x Public API

com.servoy.j2db.util
Interface ITaskExecuter


public interface ITaskExecuter

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


Method Summary
 void addTask(Runnable task)
          Add a task.
 

Method Detail

addTask

void addTask(Runnable task)
             throws IllegalArgumentException
Add a task.

Parameters:
task - the task
Throws:
IllegalArgumentException

Copyright © 2009 Servoy B.V.