Method ConnectSubscriber
ConnectSubscriber(object)
Called by the FunctionalityIsland
containing this provider when injecting functionality on an object
Declaration
void ConnectSubscriber(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object onto which functionality is being injected. If this implements a subscriber interface that subscribes to functionality provided by this object, it will set itself as the provider |