br.usp.iterador.logic
Interface NewIterationListener

All Known Implementing Classes:
BasinAverageIterationListener, BasinIterationListener

public interface NewIterationListener


Method Summary
 java.lang.String getExtraCode()
           
 java.lang.Class getExtraInterface()
           
 void init()
           
 boolean onPoint(Application dados, ExecutionIterable iterable)
          A new point has been iterated.
 

Method Detail

init

void init()

onPoint

boolean onPoint(Application dados,
                ExecutionIterable iterable)
A new point has been iterated.

Parameters:
application - data
iterable - data

getExtraCode

java.lang.String getExtraCode()

getExtraInterface

java.lang.Class getExtraInterface()


Copyright 2004-2004-2006 IME - USP. All Rights Reserved.