org.fuin.examples.srcgen4javassist.factory
Class ExampleImplementionFactoryListener

java.lang.Object
  extended by org.fuin.examples.srcgen4javassist.factory.ExampleImplementionFactoryListener
All Implemented Interfaces:
org.fuin.srcgen4javassist.factory.ImplementationFactoryListener

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

Creates the source for the IController interface.


Constructor Summary
ExampleImplementionFactoryListener()
           
 
Method Summary
 void afterClassCreated(org.fuin.srcgen4javassist.SgClass clasz)
          
 java.util.List<java.lang.String> createBody(org.fuin.srcgen4javassist.SgMethod method, java.lang.Class<?>... intf)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleImplementionFactoryListener

public ExampleImplementionFactoryListener()
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,
                                                         java.lang.Class<?>... intf)

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


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