Public Instance Methods : IdSstLocalSpace
addHandler: handler
"ACTION
Add @handler as an invocation handler managing invocations
in the receiver.
PARAMETERS
handler : <IuSstInvocationHandler>
CALLBACKS
SstAddHandlerCallback : Fired after adding @handler with
@handler as the callData."
removeHandler: handler
"ACTION
Remove @handler from service in the receiver.
PARAMETERS
handler : <IuSstInvocationHandler>
CALLBACKS
SstRemoveHandlerCallback : Fired before removing @handler
with @handler as the callData."
resolve: key ifAbsent: absentHandler
"ACTION
Return the object imported or exported by the receiver using
@key. If @key is not found, return the result of evaluating
@absentHandler.
PARAMETERS
key : <IuSstExportKey> | <IuSstImportKey>
absentHandler : <Block>
RETURN VALUE
<Object>"
[FIRST] [PREV] [NEXT] [LAST]