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. |
init
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 IBM Corporation 2002, 2008. All rights reserved.