com.pepper.platform.program
Interface JavaSectionComponent


public interface JavaSectionComponent

interface to be implemented by Java components displayed in Pepper Java Sections so they can interact with the framework.


Method Summary
 void initComponent(AbstractPepperProgram program, Properties params)
          initialize the component with context from the Pepper framework
 

Method Detail

initComponent

void initComponent(AbstractPepperProgram program,
                   Properties params)
                   throws Exception
initialize the component with context from the Pepper framework

Parameters:
program - AbstractPepperProgram that component is created from
params - a Properties objects representing the values specified in the param tags of the Java Section Page xml file. Currently not used.
Throws:
Exception


Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.