FileDocCategorySizeDatePackage
TaskListener.javaAPI DocGlassfish v2 API2427Fri May 04 22:37:06 BST 2007com.sun.enterprise.web.connector.grizzly

TaskListener

public interface TaskListener
This interface allows Task object to communicate their state when WorkerThread start processing them or when the processing is completed.
author
Jean-Francois Arcand

Fields Summary
Constructors Summary
Methods Summary
public voidtaskEvent(TaskEvent event)
This method is invoked when a WorkerThread starts processing a Task object.