org.apache.tapestry5.plastic
Interface InstructionBuilderCallback


public interface InstructionBuilderCallback

Used in various places to allow some code to be constructed under controlled circumstances.


Method Summary
 void doBuild(InstructionBuilder builder)
          Invoked by the builder to allow the callback to build some code.
 

Method Detail

doBuild

void doBuild(InstructionBuilder builder)
Invoked by the builder to allow the callback to build some code.



Copyright © 2003-2012 The Apache Software Foundation.