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. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
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 objectklass
- - the adaptor class represented by this hookupesn
- - the EventSetName of this source
getTargetBean
public java.lang.Object getTargetBean()
getAdaptorClassName
public java.lang.String getAdaptorClassName()
getEventSetName
public java.lang.String getEventSetName()