Attributes | Name and Description |
---|---|
|
caplin.component.comms.CommsChannelListener()
|
Attributes | Name and Description |
---|---|
|
void
onChannelRemoved(caplin.component.Component oComponent, String sChannelId)
Called when the channel associated with the given component is removed. |
|
void
onChannelSet(caplin.component.Component oComponent, String sChannelId)
Called when the channel for the given component is set. |
►
caplin.component.comms.CommsChannelListener()
►
void
onChannelRemoved(caplin.component.Component oComponent, String sChannelId)
Called when the channel associated with the given component is removed.
caplin.component.Component | oComponent | The component that the channel subscription to be set for. |
String | sChannelId | The Id of the channel |
►
void
onChannelSet(caplin.component.Component oComponent, String sChannelId)
Called when the channel for the given component is set.
caplin.component.Component | oComponent | The component that the channel subscription to be set for. |
String | sChannelId | The Id of the channel |