com.emarsys.ecommon.test.testng
Class IteratorHelper.IteratorFunctor<T>

java.lang.Object
  extended by com.emarsys.ecommon.test.testng.IteratorHelper.IteratorFunctor<T>
Enclosing class:
IteratorHelper<T>

public abstract static class IteratorHelper.IteratorFunctor<T>
extends java.lang.Object

Author:
Michael "kULO" Kulovits

Constructor Summary
IteratorHelper.IteratorFunctor()
           
 
Method Summary
abstract  void execute(T elem)
           
 void post()
           
 void pre()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorHelper.IteratorFunctor

public IteratorHelper.IteratorFunctor()
Method Detail

execute

public abstract void execute(T elem)

post

public void post()
          throws java.lang.Exception
Throws:
java.lang.Exception

pre

public void pre()
         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 emarsys AG. All Rights Reserved.