Type IBBBRegistered
Interface --+
|
IBBBRegistered
An object that can keep track of its configured uses.
The object need not implement this functionality itself, but must at
least support doing so via an adapter.
| Class Variable Summary |
str |
addUsage = 'Add a usage by location.\n\n The loca...
|
str |
removeUsage = 'Remove a usage by location.\n\n Th...
|
str |
usages = 'Return a sequence of locations.\n\n A l...
|
addUsage
-
- Type:
-
str
- Value:
'''Add a usage by location.
The location is the physical path to the registration object t\
hat
configures the usage.
'''
|
|
removeUsage
-
- Type:
-
str
- Value:
'''Remove a usage by location.
The location is the physical path to the registration object t\
hat
configures the usage.
'''
|
|
usages
-
- Type:
-
str
- Value:
'''Return a sequence of locations.
A location is a physical path to a registration object that
configures a usage.
'''
|
|