|
Class: Application (in VAST)
Object
|
+--VAST::SubApplication
|
+--VAST::Application
|
+--VAST::Kernel
- Package:
- stx:libcompat
- Category:
- Compatibility-VisualAge
- Version:
- rev:
1.18
date: 2024/03/26 13:07:48
- user: cg
- file: Application.st directory: libcompat
- module: stx stc-classLibrary: libcompat
DO NOT DIRECTLY REFER TO THIS CLASS OR USE IT OTHERWISE IN YOUR CODE:
this class is provided to allow for an initial fileIn of V'Age classes.
Classes should then be moved to their desired position in the ST/X class hierarchy.
Except for the required protocol mimicri,
it does not (yet) provide any functionality.
copyrightCOPYRIGHT (c) 1998 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
Signal constants
-
missingPrerequisiteSignal
-
return the signal which is raised when an applications
preRequisite is missing
class initialization
-
initialize
-
self initialize
-
initializeAfterLoad
-
invoked after an application has been loaded completely
-
loaded
-
invoked after an application has been loaded and initialized completely
-
toBeLoadedCode: aString
-
-
wasRemovedCode: aString
-
creating new apps
-
create: symbolNameOfNewApp
-
create a new application
-
create: symbolNameOfNewApp with: prerequisiteCollection
-
create a new application
-
createSubApplication: symbolNameOfNewApp in: aString
-
create a new sub-application
-
errorPrerequisite: whichApp missing: missingApp
-
report an error, that some required application
(a preRequisite) is missing
private accessing
-
preRequisites: aPreRequisiteCollection
-
set my preRequisites - a collection of required applications
|