Class EventAdapterGenerator


  • public class EventAdapterGenerator
    extends java.lang.Object
    EventAdapterGenerator Generate an "Event Adapter" dynamically during program execution
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Constructor Detail

      • EventAdapterGenerator

        public EventAdapterGenerator()
    • Method Detail

      • makeEventAdapterClass

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