br.usp.iterador.logic
Interface IterationListener

All Known Implementing Classes:
ArrayIterationListener, ColorIterationListener, ConnectPointsIterationListener, GraphicIterationListener, IterationListenerNull, ManifoldIterationListener, StableManifoldIterationListener

public interface IterationListener

An iteration listener.

Author:
Guilherme Silveira

Method Summary
 void init(java.awt.Graphics2D g, GUIHelper helper)
           
 void initData()
          Initializes the current data if needed by adding or changing parameters and colors at the beginning
 boolean onPoint(Application dados, ExecutionIterable iteration)
           
 

Method Detail

onPoint

boolean onPoint(Application dados,
                ExecutionIterable iteration)
Returns:
Whether it should continue the iteration

init

void init(java.awt.Graphics2D g,
          GUIHelper helper)

initData

void initData()
Initializes the current data if needed by adding or changing parameters and colors at the beginning

Parameters:
data -


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