com.sun.grizzly.http
Interface TaskListener
- All Known Implementing Classes:
- AsyncProtocolFilter, SSLAsyncProtocolFilter
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. |
taskEvent
void taskEvent(TaskEvent event)
- This method is invoked when a
WorkerThread
starts
processing a Task
object.
Copyright © 2012 Oracle Corporation. All Rights Reserved.