Process UI Toolkit API

filenet.vw.toolkit.utils
Interface IVWLaunchableApp

All Superinterfaces:
IVWFrameInterface
All Known Implementing Classes:
VWBaseLaunchableApplication

public interface IVWLaunchableApp
extends IVWFrameInterface

This class defines an interface that classes will implement to retrieve the session information. The implementing class can use this interface (and indirectly the VWSessionInfo class) to access information about the current valid session.

Since:
IWWS1.00

Method Summary
 void init(VWSessionInfo sessionInfo)
          Retrieves the necessary session information to initialize the application.
 
Methods inherited from interface filenet.vw.toolkit.utils.IVWFrameInterface
windowClosing
 

Method Detail

init

public void init(VWSessionInfo sessionInfo)
Retrieves the necessary session information to initialize the application.
Parameters:
sessionInfo - A VWSessionInfo object that contains the session-related information necessary to initialize this application.
Since:
IWWS1.00


Copyright © 2002, 2003 FileNet Corporation. All rights reserved.