com.taursys.xml.event
Interface InitFormListener
- All Superinterfaces:
- java.util.EventListener
- public interface InitFormListener
- extends java.util.EventListener
InitFormListener is an EventListener interface for InitFormEvents
- Version:
- 1.0
- Author:
- Marty Phelan
Method Summary |
void |
initForm(InitFormEvent e)
Message to tell a Component to render itself to the output system. |
initForm
public void initForm(InitFormEvent 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.