nextgrid.api.pem
Interface ProcessListener

All Superinterfaces:
POMListener, java.io.Serializable

public interface ProcessListener
extends POMListener

A process listener receives notifications on state changes of processes.

Author:
Rodrigo Ruiz

Method Summary
 void processEvaluated(ProcessEvent event)
          A process has been evaluated.
 void processFailed(ProcessEvent event)
          A process execution has failed.
 void processFinished(ProcessEvent event)
          A process has completed its execution.
 void processSelected(ProcessEvent event)
          A process has been selected.
 void processStarted(ProcessEvent event)
          A process enaction has started.
 
Methods inherited from interface nextgrid.api.pem.POMListener
isListeningToDescendants
 

Method Detail

processEvaluated

void processEvaluated(ProcessEvent event)
A process has been evaluated.

Parameters:
event - The event

processSelected

void processSelected(ProcessEvent event)
A process has been selected.

Parameters:
event - The event

processStarted

void processStarted(ProcessEvent event)
A process enaction has started.

Parameters:
event - The event

processFinished

void processFinished(ProcessEvent event)
A process has completed its execution.

Parameters:
event - The event

processFailed

void processFailed(ProcessEvent event)
A process execution has failed.

Parameters:
event - Event containing the exception


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.