Public Instance Methods : SstLogicalProcess

class implements Interface: IuSstMarshalable
* sstAsDeepValue goto
* sstAsDoubleShallowValue goto
* sstAsReference goto
* sstAsShallowValue goto
* sstExportObjectIn: space goto
* sstIsImmutable goto
* sstMarshalingValue goto
* uiHandler
	"ACTION
		Answer the receiver's uiHandler.  If it doesn't have an explicit UI 
		Handler, then attempt to get it from its application context. Answer 
		nil if a UI Handler could not be found. 

	RETURN VALUE
		<SstUIHandler> | nil

	NOTES
		Use #basicUIHandler to access the LP's explicitly-configured UI Handler."
Categories
	SST-API Developer
* uiHandler: value
	"ACTION
		Set the receiver's uiHandler.  If @value is nil then the default UI
		handler of the context associated with the receiver is used to
		handle UI requests.

	PARAMETERS
		value : <SstUIHandler> | nil"
Categories
	SST-API Developer

[FIRST] [PREV] [NEXT] [LAST]