org.apache.commons.math.util
Class IterationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.commons.math.util.IterationEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IterativeLinearSolverEvent

public class IterationEvent
extends java.util.EventObject

The root class from which all events occurring while running an IterationManager should be derived.

Version:
$Id: IterationEvent.java 1170462 2011-09-14 07:44:00Z celestin $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IterationEvent(java.lang.Object source)
          Creates a new instance of this class.
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IterationEvent

public IterationEvent(java.lang.Object source)
Creates a new instance of this class.

Parameters:
source - The iterative algorithm on which the event initially occurred.


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.