change method
Implementation
@protected
void change(MGetStatus<T> status) {
if (status != this.status) {
this.status = status;
}
}
@protected
void change(MGetStatus<T> status) {
if (status != this.status) {
this.status = status;
}
}