All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.beanbox.WrapperEventInfo

java.lang.Object
   |
   +----sun.beanbox.WrapperEventInfo

public class WrapperEventInfo
extends Object
Event listener hookup information. This has the same information as WrapperEventTarget but in a more accessible way. It is quite arguable that we should just extend that class but the final insight came very late in the Nov BDK cycle. Will revisit in the future


Constructor Index

 o WrapperEventInfo(Object, String, String)
Represents an adaptor connection between a source (implicitly given) and a single action mediated by the adaptor on a target.

Method Index

 o getAdaptorClassName()
 o getEventSetName()
 o getTargetBean()

Constructors

 o WrapperEventInfo
 public WrapperEventInfo(Object target,
                         String hookupClassName,
                         String esn)
Represents an adaptor connection between a source (implicitly given) and a single action mediated by the adaptor on a target. There are two types of adaptors, those for property bound changes, and more generic ones for actions.

Parameters:
target - - the target object
klass - - the adaptor class represented by this hookup
esn - - the EventSetName of this source

Methods

 o getTargetBean
 public Object getTargetBean()
 o getAdaptorClassName
 public String getAdaptorClassName()
 o getEventSetName
 public String getEventSetName()

All Packages  Class Hierarchy  This Package  Previous  Next  Index