account_updated
Description:
public signal void account_updated (
uint account_id)
Emitted when particular service of an account has been updated.
This signal is redundant with deleted, but it is convenient to provide
full change notification with Manager.
Parameters:
account_id |
the AccountId of the account that has been update.
|