All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.ClassLoader | +----sunw.demo.encapsulatedEvents.EncapsulatedEventAdaptorGenerator
The EncapsulatedEventAdaptorGenerator is the class responsible for dynamically generating classes that adapt arbitrary sub-interfaces of java.util.EventListener to sunw.demo.encapsulatedEvents.EncapsulatedEventListener.
The dynamically generated adaptor class is implemented as a subclass of sunw.demo.encapsulatedEvents.EncapsulatedEvent and implements the specified sub-interface of java.util.EventListener. Each listener method of the sub-interface calls into sunw.demo.encapsulatedEvents.EncapsulatedEvent to construct and EncapsulatedEvent and subsequently deliver that to the objects listening to the adaptor.
protected Class loadClass(String className, boolean resolve) throws ClassNotFoundException
public static String getBaseNameFromAdaptorName(String className)
All Packages Class Hierarchy This Package Previous Next Index