filenet.vw.toolkit.utils
Interface IVWFrameInterface
-
- All Known Subinterfaces:
- IVWAppLauncher, IVWLaunchableApp
- All Known Implementing Classes:
- VWBaseAppLauncherApplet, VWBaseLaunchableApplication, VWDriverFrame
public interface IVWFrameInterfaceThis class defines an interface for handling window-closing events from within customized Frame classes.- Since:
- IWWS1.00
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidwindowClosing(java.awt.event.WindowEvent event)Handles events related to closing the window for this Frame object.
-