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
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
eventSource
protected AbleBean eventSource
listenerObj
protected AbleEventListener listenerObj
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.
getListener
public AbleEventListener getListener()
ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'