com.taursys.xml.event
Interface OpenFormListener

All Superinterfaces:
java.util.EventListener

public interface OpenFormListener
extends java.util.EventListener

OpenFormListener is an EventListener interface for OpenFormEvents

Version:
1.0
Author:
Marty Phelan

Method Summary
 void openForm(OpenFormEvent e)
          Message to tell a Component to render itself to the output system.
 

Method Detail

openForm

public void openForm(OpenFormEvent e)
              throws java.lang.Exception
Message to tell a Component to render itself to the output system.

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


Copyright © 2007 Martin T Phelan. All Rights Reserved.