com.reuters.msgtest.load.value
Interface ValueLoopHandler

All Known Implementing Classes:
DelimListValueLoopHandler, IntValueLoopHandler, LoadStimulus

public interface ValueLoopHandler

Implementors of this class expect calls from the digester, defines methods to add (or set) IntValueLoop and DelimListValueLoop

Author:
Michael Ward

Method Summary
 void addDelimListValueLoop(DelimListValueLoopHandler delimListValueLoop)
           
 void addIntValueLoop(IntValueLoopHandler intValueLoop)
           
 

Method Detail

addIntValueLoop

public void addIntValueLoop(IntValueLoopHandler intValueLoop)

addDelimListValueLoop

public void addDelimListValueLoop(DelimListValueLoopHandler delimListValueLoop)


Copyright © 2002-2004 The RVTest Team. All Rights Reserved.