public method ISystemSettingsProvider.unsubscribeSystemPropertyChange

Brief

Unubscribes from the system property change event

Declaration

protojavascriptjavacsharp
public unsubscribeSystemPropertyChange(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