public method ISystemSettingsProvider.subscribeSystemPropertyChange

Brief

Subscribes to the system property change event

Declaration

protojavascriptjavacsharp
public subscribeSystemPropertyChange(listener : ISystemPropertyChangeListener) : void

Parameters
listener

An instance of the callback class for handling system property change events

Details

See also: ISystemPropertyChangeListener

Declared in ISystemSettingsProvider

back