Class ParamEvent

java.lang.Object
  extended byParamEvent

public class ParamEvent
extends java.lang.Object

A Event fired by AlgorithmParams object. It will be fired when any attribute of AlgorithmParams is changed.

Author:
Lulin Song

Constructor Summary
ParamEvent(java.lang.String what, java.lang.String newV)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamEvent

public ParamEvent(java.lang.String what,
                  java.lang.String newV)