com.dvt.app.threadworks
Interface CompletionEventListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
DependencyEventListener

public interface CompletionEventListener
extends java.util.EventListener

CompletionEventListeners allow applications to be notified that tasks have been completed.

Copyright: Delta Vortex Technologies, 2001.


Method Summary
 void notify(CompletionEvent event)
          Used to notify a listener that a task or set of tasks has completed.
 

Method Detail

notify

public void notify(CompletionEvent event)
Used to notify a listener that a task or set of tasks has completed.


Copyright © 2001 Delta Vortex Technologies, Inc. All Rights Reserved.