com.taursys.xml.event
Interface InitContextListener

All Superinterfaces:
java.util.EventListener

public interface InitContextListener
extends java.util.EventListener

InitContextListener is an EventListener interface for InitContextEvents

Version:
1.0
Author:
Marty Phelan

Method Summary
 void initContext(InitContextEvent e)
          Message to tell a Component to initialize its context from the given InitContextEvent.
 

Method Detail

initContext

public void initContext(InitContextEvent e)
                 throws java.lang.Exception
Message to tell a Component to initialize its context from the given InitContextEvent.

Parameters:
e - the RenderEvent descriptor
Throws:
java.lang.Exception


Copyright © 2007 Martin T Phelan. All Rights Reserved.