org.fuin.apps4swing
Class ToControllerDispatcherFactoryListener

java.lang.Object
  extended by org.fuin.apps4swing.ToControllerDispatcherFactoryListener
All Implemented Interfaces:
org.fuin.srcgen4javassist.factory.ImplementationFactoryListener

public class ToControllerDispatcherFactoryListener
extends Object
implements org.fuin.srcgen4javassist.factory.ImplementationFactoryListener

Creates the method bodies for a AbstractToControllerDispatcher -Implementation.


Constructor Summary
ToControllerDispatcherFactoryListener(org.fuin.srcgen4javassist.SgClassPool pool, org.fuin.srcgen4javassist.ByteCodeGenerator generator)
          Constructor with pool, generator and controller interface.
 
Method Summary
 void afterClassCreated(org.fuin.srcgen4javassist.SgClass clasz)
          
 List<String> createBody(org.fuin.srcgen4javassist.SgMethod method, Class<?>... intf)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToControllerDispatcherFactoryListener

public ToControllerDispatcherFactoryListener(org.fuin.srcgen4javassist.SgClassPool pool,
                                             org.fuin.srcgen4javassist.ByteCodeGenerator generator)
Constructor with pool, generator and controller interface.

Parameters:
pool - Class pool.
generator - Byte code generator.
Method Detail

afterClassCreated

public final void afterClassCreated(org.fuin.srcgen4javassist.SgClass clasz)

Specified by:
afterClassCreated in interface org.fuin.srcgen4javassist.factory.ImplementationFactoryListener

createBody

public final List<String> createBody(org.fuin.srcgen4javassist.SgMethod method,
                                     Class<?>... intf)

Specified by:
createBody in interface org.fuin.srcgen4javassist.factory.ImplementationFactoryListener


Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.