org.fuin.apps4swing
Class ToViewDispatcherFactoryListener

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

public class ToViewDispatcherFactoryListener
extends java.lang.Object
implements org.fuin.srcgen4javassist.factory.ImplementationFactoryListener

Creates the method bodies for a ToViewDispatcher implementation.


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

Constructor Detail

ToViewDispatcherFactoryListener

public ToViewDispatcherFactoryListener(org.fuin.srcgen4javassist.SgClassPool pool,
                                       org.fuin.srcgen4javassist.ByteCodeGenerator generator,
                                       java.lang.Class<?> viewIntf)
Constructor with pool, generator and interface.

Parameters:
pool - Class pool.
generator - Byte code generator.
viewIntf - View interface to create an implementation for.
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 java.util.List<java.lang.String> createBody(org.fuin.srcgen4javassist.SgMethod method)

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


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