com.ibm.bsf.util.event.generator
Class EventAdapterGenerator

java.lang.Object
  |
  +--com.ibm.bsf.util.event.generator.EventAdapterGenerator

public class EventAdapterGenerator
extends java.lang.Object

EventAdapterGenerator Generate an "Event Adapter" dynamically during program execution


Field Summary
static AdapterClassLoader ldr
           
 
Constructor Summary
EventAdapterGenerator()
           
 
Method Summary
static java.lang.Class makeEventAdapterClass(java.lang.Class listenerType, boolean writeClassFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ldr

public static AdapterClassLoader ldr
Constructor Detail

EventAdapterGenerator

public EventAdapterGenerator()
Method Detail

makeEventAdapterClass

public static java.lang.Class makeEventAdapterClass(java.lang.Class listenerType,
                                                    boolean writeClassFile)