ABLE 2.0.0 07/02/2003 10:25:01

com.ibm.able.rules
Class AbleFuzzyChgListener

java.lang.Object
  |
  +--com.ibm.able.rules.AbleFuzzyChgListener
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener, java.io.Serializable

public class AbleFuzzyChgListener
extends java.lang.Object
implements java.beans.PropertyChangeListener, java.io.Serializable

This class is an example of a property change listener. This listener listens exclusively for property change events fired by fuzzy rulesets and fuzzy inference engines -- anything "fuzzy".

See Also:
Serialized Form

Constructor Summary
AbleFuzzyChgListener()
          Create a new property change listener that listens exclusively for "fuzzy" related property changes.
 
Method Summary
static java.lang.String Copyright()
          Determine the copyright of this class.
 void propertyChange(java.beans.PropertyChangeEvent theEvent)
          Handle a property change event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbleFuzzyChgListener

public AbleFuzzyChgListener()
Create a new property change listener that listens exclusively for "fuzzy" related property changes.
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent theEvent)
Handle a property change event.
Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
theEvent - A property change event from a Fuzzy System object.


Copyright

public static java.lang.String Copyright()
Determine the copyright of this class.
Returns:
A String containing this class's copyright statement.

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003