ABLE, Version 1.1b

com.ibm.able.beans.fuzzy
Class FsListener

java.lang.Object
  |
  +--com.ibm.able.beans.fuzzy.FsListener

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

This class defines an example Fuzzy System property change listener.

Version:
$Revision: 1.4 $, $Date: 2000/04/26 19:28:08 $
See Also:
Serialized Form

Constructor Summary
FsListener()
          Create a new Fuzzy System property change listener.
 
Method Summary
static java.lang.String Copyright()
          Determine the copyright of this class.
 void propertyChange(java.beans.PropertyChangeEvent theEvent)
          Handle a property change event.
 java.lang.String toString()
          Retrieve a string describing (the contents of) the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FsListener

public FsListener()
Create a new Fuzzy System property change listener.
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.


toString

public java.lang.String toString()
Retrieve a string describing (the contents of) the object.
Returns:
A String containing the current contents of the object.

Overrides:
toString in class java.lang.Object

Copyright

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


ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'