Object <- CommandInstallSpecifier |
|
|
DefaultReceiverForSelf |
Class CommandInstallSpecifier defines no new attributes.
Fields
| Field | Type | |
|---|---|---|
| CommandInstallSpecifier: | installee: | Viewable |
| authoringModeOnly: | Boolean | |
| communicationCommand: | Boolean |
instance CommandInstallSpecifier tag; installee: nilObject; authoringModeOnly: false; communicationCommand: false; end instance;
Define Class CommandInstallSpecifier; inherits from Object; inherits from CanInstallSelf; field installee: Viewable; // The item to be installed. field authoringModeOnly: Boolean; // Should this item only be added when authoring mode is on? field communicationCommand: Boolean; // Should this item be installed into the communication box // in the lamp? overrides DefaultReceiverForSelf; // Installs the command into the lamp end class;