Class: ARCHline.AppObserver
Class: ARCHline.AppObserver
Inherits:
ARCHline.AppObserver
show all
Overview
This class observes the ARCHline app.
Version:
2021 development
Instance Property Summary
- [
#onNewProject ⇒ { get; set; }
](#onNewProject-instance_property)
This function will be executed when a new project is started.
- [
#onOpenProject ⇒ { get; set; }
](#onOpenProject-instance_property)
This function will be executed when a project is opened.
- [
#onQuit ⇒ { get; set; }
](#onQuit-instance_property)
This function will be executed when the ARCHline app is closed.
#onNewProject ⇒ { get; set; }
This function will be executed when a new project is started.
Type:
Function()
Version:
- 2021 development
#onOpenProject ⇒ { get; set; }
This function will be executed when a project is opened.
Type:
Function(String)
Version:
- 2021 development
#onQuit ⇒ { get; set; }
This function will be executed when the ARCHline app is closed.
Type:
Function()
Version:
- 2021 development
Instance Method Summary
- [
#AppObserver()
](#AppObserver-instance_method)
#AppObserver()
Version:
2021 development