onPropertyChanged method
- String propertyName
 
Event handler called each time the value of a property of MpnSubscription is changed.
Properties can be modified by direct calls to their setter or by server sent events. A property may be changed by a server sent event when the MPN subscription is modified, or when two MPN subscriptions coalesce (see LightstreamerClient.subscribeMpn).
propertyNameThe name of the changed property. It can be one of the following:modegroupschemaadapternotification_formattriggerrequested_buffer_sizerequested_max_frequencystatus_timestamp
Implementation
void onPropertyChanged(String propertyName) {}