filenet.vw.toolkit.utils
Interface IVWAppLauncher
- All Superinterfaces:
- IVWFrameInterface
- All Known Implementing Classes:
- VWBaseAppLauncherApplet, VWBaseLaunchableApplication
- public interface IVWAppLauncher
- extends IVWFrameInterface
This interface specifies the methods supported for objects that launch a
dependent application. This interface must be implemented in all
applications that need to share session-related information with dependent
(or child) applications.
- Since:
- IWWS1.00
Method Summary |
void |
registerApplication(IVWLaunchableApp childApp)
Allows the class to determine the state of the dependent (child)
application launched from the class implementing this interface. |
registerApplication
public void registerApplication(IVWLaunchableApp childApp)
- Allows the class to determine the state of the dependent (child)
application launched from the class implementing this interface.
This method is used to keep track of the child application - if it is
closed, the reference is deleted; if the parent closes, the reference
is used to close the child application.
- Parameters:
childApp
- An IVWLaunchableApp object that represents the
dependent (child) application being launched by this object.- Since:
- IWWS1.00
Copyright © 2002, 2003 FileNet Corporation. All rights reserved.