ABLE, Version 1.1b

com.ibm.able
Class AbleEventConnection

java.lang.Object
  |
  +--com.ibm.able.AbleEventConnection

public class AbleEventConnection
extends java.lang.Object
implements java.io.Serializable

This class defines an AbleEventListener connection between an AbleBean and an AbleEventListener object. When the source bean fires any AbleEvent, the listener receives the event.

Version:
$Revision: 1.2 $, $Date: 2000/01/24 14:52:08 $
See Also:
Serialized Form

Field Summary
protected  AbleBean eventSource
           
protected  AbleEventListener listenerObj
           
 
Constructor Summary
AbleEventConnection(AbleBean source, AbleEventListener target)
          Create an event connection, so that any AbleEvent fired by the source Able bean will get sent to any registered listeners.
 
Method Summary
 AbleEventListener getListener()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventSource

protected AbleBean eventSource

listenerObj

protected AbleEventListener listenerObj
Constructor Detail

AbleEventConnection

public AbleEventConnection(AbleBean source,
                           AbleEventListener target)
Create an event connection, so that any AbleEvent fired by the source Able bean will get sent to any registered listeners.
Method Detail

getListener

public AbleEventListener getListener()

ABLE, Version 1.1b

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