com.resilientedge.util.workerPool
Interface WorkerPoolListener


public interface WorkerPoolListener

This interface provides the ability to receive notifications for events that are generated by WorkerPool.

Author:
jgardner

Method Summary
 void doEvent(WorkerPoolEvent evt)
          Thread pool event generated.
 

Method Detail

doEvent

public void doEvent(WorkerPoolEvent evt)
Thread pool event generated. Notification is provided on whatever thread created the event.
Parameters:
evt - the worker pool event


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.