Property | Type | Description | |
---|---|---|---|
LocalizerEventManager | System | ||
OnLocaleChanged | void |
Method | Description | |
---|---|---|
AddListener ( |
||
RemoveListener ( |
Method | Description | |
---|---|---|
NewListenerList ( ) : ListenerList | ||
StartListening ( object source ) : void | ||
StopListening ( object source ) : void |
Method | Description | |
---|---|---|
LocalizerEventManager ( ) : System | ||
OnLocaleChanged ( object sender, |
public static AddListener ( |
||
source | ||
listener | IWeakEventListener | |
return | void |
public static RemoveListener ( |
||
source | ||
listener | IWeakEventListener | |
return | void |
protected StartListening ( object source ) : void | ||
source | object | |
return | void |
protected StopListening ( object source ) : void | ||
source | object | |
return | void |