void Notify(const varParamType & oldValue, const varParamType & newValue);
void SetUser(USER_PTR u) { user = u; }
USER_PTR GetUser() {return user; }
void Notify(const varParamType & oldValue, const varParamType & newValue);
void SetUser(USER_PTR u) { user = u; }
USER_PTR GetUser() {return user; }