Class SequentialListenerObjectExecutor

java.lang.Object
org.rribbit.execution.AbstractListenerObjectExecutor
org.rribbit.execution.SequentialListenerObjectExecutor
All Implemented Interfaces:
ListenerObjectExecutor

public class SequentialListenerObjectExecutor extends AbstractListenerObjectExecutor
This AbstractListenerObjectExecutor executes the ListenerObjects one after the other in the Thread of the caller.
Author:
G.J. Schouten