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
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidinit(VWSessionInfo sessionInfo)Retrieves the necessary session information to initialize the application.-
Methods inherited from interface filenet.vw.toolkit.utils.IVWFrameInterface
windowClosing
-
-
-
-
Method Detail
-
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
-
-