Property | Type | Description | |
---|---|---|---|
_sub | |||
_sync | Object |
Method | Description | |
---|---|---|
Handle ( |
||
SimpleSource ( ) : System |
Initializes the SimpleSource
|
|
Subscribe ( IDataHandler hand, object state ) : void |
Subscribes the out going data from this source to the specified handler.
|
|
Unsubscribe ( IDataHandler hand ) : void |
Unsubscribes the the IDataHandler if it is the current IDatahandler.
|
public Handle ( |
||
b | ||
retpath | ISender | |
return | void |
public Subscribe ( IDataHandler hand, object state ) : void | ||
hand | IDataHandler | Data that the subscriber wants passed to the handler on each call. |
state | object | Data that the subscriber wants passed to the handler on each call. |
return | void |
public Unsubscribe ( IDataHandler hand ) : void | ||
hand | IDataHandler | An IDataHandler that wishes to remove itself as a destination for data coming from this source. |
return | void |