sun.beanbox
Class WrapperEventInfo

java.lang.Object
  |
  +--sun.beanbox.WrapperEventInfo
Direct Known Subclasses:
WrapperPropertyEventInfo

public class WrapperEventInfo
extends java.lang.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 Summary
WrapperEventInfo(java.lang.Object target, java.lang.String hookupClassName, java.lang.String esn)
          Represents an adaptor connection between a source (implicitly given) and a single action mediated by the adaptor on a target.
 
Method Summary
 java.lang.String getAdaptorClassName()
           
 java.lang.String getEventSetName()
           
 java.lang.Object getTargetBean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrapperEventInfo

public WrapperEventInfo(java.lang.Object target,
                        java.lang.String hookupClassName,
                        java.lang.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
Method Detail

getTargetBean

public java.lang.Object getTargetBean()

getAdaptorClassName

public java.lang.String getAdaptorClassName()

getEventSetName

public java.lang.String getEventSetName()