aurorafw ~legacy (2022-03-26T02:55:31.6847697)
Dub
Repo
ApplicationContext
aurorafw
core
appcontext
Undocumented in source.
abstract
class
ApplicationContext {
this
(string name, string[] args);
~this
();
void
onStart
();
void
onClose
();
void
start
();
void
close
();
string
name
[@property getter];
string
name
[@property setter];
void
_internalSetName
(string );
void
_internalStart
();
void
_internalClose
();
}
Constructors
this
this
(string name, string[] args)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
_internalClose
void
_internalClose
()
Undocumented in source.
_internalSetName
void
_internalSetName
(string )
Undocumented in source.
_internalStart
void
_internalStart
()
Undocumented in source.
close
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void
onClose
()
Undocumented in source.
onStart
void
onStart
()
Undocumented in source.
start
void
start
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
name
string
name
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string
name
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
aurorafw
core
appcontext
classes
ApplicationContext