Public Instance Methods : IuSstForwarder

* sstForward: selector
	"ACTION
		Forward a message with selector @selector to the receiver and 
		return any result.

	PARAMETERS
		selector : <Symbol>

	RETURN VALUE
		<Object>"
* sstForwardMessage: message
	"ACTION
		Forward @message to the receiver and return any result.

	PARAMETERS
		message : <Message>

	RETURN VALUE
		<Object>"
* sstTarget
	"ACTION
		Answer the target of the reciever. That is, the internal representation
		of the object proxied by the receiver.  In general users should be careful 
		to know what they want here. There may be arbitrarily many forwarders 
	 	between here and the real object you may want.

	RETURN VALUE
		<Object>"
* sstTarget: value
	"ACTION
		Set the target of the reciever. That is, set the internal representation
		of the object proxied by the receiver.  

	PARAMETERS
		value : <Object>"

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