1.0.0

org.eclipse.soda.dk.testmanager.action
Interface ActionListener

All Known Implementing Classes:
ParallelTestAction, SequentialTestAction, TestAction

public interface ActionListener

Version:
1.0.0

Method Summary
 void actionEnded(Action action)
          Action ended with the specified action parameter.
 void actionStarted(Action action)
          Action started with the specified action parameter.
 

Method Detail

actionEnded

void actionEnded(Action action)
Action ended with the specified action parameter.

Parameters:
action - The action (Action) parameter.

actionStarted

void actionStarted(Action action)
Action started with the specified action parameter.

Parameters:
action - The action (Action) parameter.

1.0.0

Copyright (c) 2007 IBM