ABLE, Version 1.1b

com.ibm.able.examples.ablebean
Class SimpleAbleApp

java.lang.Object
  |
  +--com.ibm.able.examples.ablebean.SimpleAbleApp

public class SimpleAbleApp
extends java.lang.Object
implements AbleEventListener, java.beans.PropertyChangeListener

This class provides the application for the Simple Able Bean.

Version:
$Revision: 1.3 $, $Date: 2000/08/10 20:51:35 $

Method Summary
static java.lang.String Copyright()
          Determine the copyright of this class.
protected  java.lang.String displayBuffer(java.lang.Object[] buf)
          Convert an array of objects to a string delimited by a blank and a newline.
 void handleAbleEvent(AbleEvent e)
          Display changes when agent modifies its output buffer
static void main(java.lang.String[] args)
           
 void processAbleEvent(AbleEvent e)
          Process an Able event.
 void propertyChange(java.beans.PropertyChangeEvent e)
          Handle a property change event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)

displayBuffer

protected java.lang.String displayBuffer(java.lang.Object[] buf)
Convert an array of objects to a string delimited by a blank and a newline.

handleAbleEvent

public void handleAbleEvent(AbleEvent e)
Display changes when agent modifies its output buffer
Specified by:
handleAbleEvent in interface AbleEventListener

processAbleEvent

public void processAbleEvent(AbleEvent e)
Process an Able event.

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Handle a property change event.
Specified by:
propertyChange in interface java.beans.PropertyChangeListener

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.'