edu.jhu.ece.iacl.jist.pipeline
Interface ExecutionContext.ContextListener

All Known Implementing Classes:
PipeScheduler
Enclosing class:
ExecutionContext

public static interface ExecutionContext.ContextListener

Listener to monitor for updates to an execution context.

Author:
Blake Lucas

Method Summary
 void contextUpdate(ExecutionContext context, ExecutionContext.Update type)
          Fires when the statuedu.jhu.ece.iacl.jist.pipeline.PipeRunners or progress of an execution context changes.
 

Method Detail

contextUpdate

void contextUpdate(ExecutionContext context,
                   ExecutionContext.Update type)
Fires when the statuedu.jhu.ece.iacl.jist.pipeline.PipeRunners or progress of an execution context changes.

Parameters:
context - Execution Context that has been updated
type - Either a status update or progress update