org.oddjob.state
Interface StateListener

All Known Implementing Classes:
DependsJob, ExecuteAction, StateMemory

public interface StateListener

Implementors of this interface are able to listen to state events.

Author:
Rob Gordon

Method Summary
 void jobStateChange(StateEvent event)
          Triggered when the job state changes.
 

Method Detail

jobStateChange

void jobStateChange(StateEvent event)
Triggered when the job state changes.

Parameters:
event - The job state event.