br.usp.iterador.logic
Class IterationListenerNull

java.lang.Object
  extended by br.usp.iterador.logic.IterationListenerNull
All Implemented Interfaces:
IterationListener

public class IterationListenerNull
extends java.lang.Object
implements IterationListener

Does nothing.

Author:
Guilherme Silveira

Constructor Summary
IterationListenerNull()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterationListenerNull

public IterationListenerNull()
Method Detail

onPoint

public boolean onPoint(Application dados,
                       ExecutionIterable iteration)
Specified by:
onPoint in interface IterationListener
Returns:
Whether it should continue the iteration

init

public void init(java.awt.Graphics2D g,
                 GUIHelper helper)
Specified by:
init in interface IterationListener

initData

public void initData()
Description copied from interface: IterationListener
Initializes the current data if needed by adding or changing parameters and colors at the beginning

Specified by:
initData in interface IterationListener


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