|
Class: Application (in VAST)
Object
|
+--VAST::SubApplication
|
+--VAST::Application
|
+--VAST::Kernel
- Package:
- stx:libcompat
- Category:
- Compatibility-VisualAge
- Version:
- rev:
1.16
date: 2017/11/09 09:04:08
- user: mawalch
- file: Application.st directory: libcompat
- module: stx stc-classLibrary: libcompat
- Author:
- Claus Gittinger
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.
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
|