Method | Description | |
---|---|---|
Clear ( ) : void |
Deletes (and thus unsubscribes) all IDataHandlers for the table.
|
|
ClearTypeSource ( Object t ) : void |
Deletes (and thus unsubscribes) all IDataHandlers for a given key.
|
|
DemuxHandler ( ) : System |
Initializes a DemuxHandler.
|
|
GetTypeSource ( Object t ) : ISource |
All packets that come to this are demultiplexed according to t. To subscribe or unsubscribe, get the ISource for the type you want and subscribe to it,
|
public ClearTypeSource ( Object t ) : void | ||
t | Object | The key for the MultiSource. |
return | void |
public GetTypeSource ( Object t ) : ISource | ||
t | Object | The key for the MultiSource. |
return | ISource |