onPropertyChanged method

void onPropertyChanged(
  1. 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).

  • propertyName The name of the changed property. It can be one of the following:
  • mode
  • group
  • schema
  • adapter
  • notification_format
  • trigger
  • requested_buffer_size
  • requested_max_frequency
  • status_timestamp

Implementation

void onPropertyChanged(String propertyName) {}