com.dvt.app.threadworks
Interface DependencyEventListener
- All Superinterfaces:
- CompletionEventListener, java.util.EventListener
- public interface DependencyEventListener
- extends CompletionEventListener
Listener for completion events used to denote task dependencies.
Copyright 2001 -- Delta Vortex Technologies, Inc.
Method Summary |
boolean |
dependenciesAllowExecution(java.lang.Runnable task)
Indicates if custom dependencies have been meet and execution of a Scheduled
task should proceed. |
dependenciesAllowExecution
public boolean dependenciesAllowExecution(java.lang.Runnable task)
- Indicates if custom dependencies have been meet and execution of a Scheduled
task should proceed.
- Parameters:
Task
- Task that was previously scheduled.- Returns:
- indicator True if task can be executed now, false otherwise.
Copyright © 2001 Delta Vortex Technologies, Inc. All Rights Reserved.