com.sun.grizzly.http
Interface TaskListener

All Known Implementing Classes:
AsyncProcessorTask, AsyncProtocolFilter, CometTask, DefaultProcessorTask, SSLAsyncProcessorTask, SSLAsyncProtocolFilter, SSLDefaultProcessorTask, TaskBase

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

Method Summary
 void taskEvent(TaskEvent event)
          This method is invoked when a WorkerThread starts processing a Task object.
 

Method Detail

taskEvent

void taskEvent(TaskEvent event)
This method is invoked when a WorkerThread starts processing a Task object.



Copyright © 2008 SUN Microsystems. All Rights Reserved.