filenet.vw.toolkit.utils
Interface IVWFrameInterface
- All Known Subinterfaces:
- IVWAppLauncher, IVWLaunchableApp
- All Known Implementing Classes:
- VWDriverFrame
- public interface IVWFrameInterface
This class defines an interface for handling window-closing events
from within customized Frame classes.
- Since:
- IWWS1.00
Method Summary |
void |
windowClosing(java.awt.event.WindowEvent event)
Handles events related to closing the window for this Frame object. |
windowClosing
public void windowClosing(java.awt.event.WindowEvent event)
- Handles events related to closing the window for this Frame object.
- Parameters:
event
- - Since:
- IWWS1.00
Copyright © 2002, 2003 FileNet Corporation. All rights reserved.