AbstractSystemAction:
Filter:
Class methods
removeAll
Inherited class methods
Undocumented class methods
add
objects
remove
Instance methods
Inherited instance methods
Classes
|
Control
AbstractSystemAction
:
Object
register actions to be taken for system events
Source:
SystemActions.sc
Subclasses:
AbstractServerAction
,
CmdPeriod
,
OnError
,
ShutDown
,
StartUp
… see all
See also:
CmdPeriod
,
StartUp
,
ShutDown
,
ServerBoot
,
ServerTree
,
ServerQuit
Class Methods
AbstractSystemAction.
removeAll
Remove all items from registry.
Inherited class methods
Undocumented class methods
AbstractSystemAction.
add
(
object
)
AbstractSystemAction.
objects
AbstractSystemAction.
objects
=
obj
AbstractSystemAction.
remove
(
object
)
Instance Methods
Inherited instance methods
helpfile source:
/usr/local/share/SuperCollider/HelpSource/Classes/AbstractSystemAction.schelp
link::Classes/AbstractSystemAction::