public method ISystemPropertyChangeListener.onChange

Brief

Processes a notification about system property changed

Declaration

protojavascriptjavacsharp
public onChange(propertyName : string) : void

Parameters
propertyName

The name of changed system property

Details

Declared in ISystemPropertyChangeListener

back