Process UI Toolkit API

filenet.vw.toolkit.utils
Interface IVWFrameInterface

All Known Subinterfaces:
IVWAppLauncher, IVWLaunchableApp
All Known Implementing Classes:
VWBaseAppLauncherApplet, VWBaseLaunchableApplication, 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.
 

Method Detail

windowClosing

void windowClosing(java.awt.event.WindowEvent event)
Handles events related to closing the window for this Frame object.

Parameters:
event -
Since:
IWWS1.00

Process UI Toolkit API

© Copyright IBM Corporation 2002, 2008. All rights reserved.