update method

void update()

Update the proxy. Must be inherited by a child.

Implementation

void update(){
    printError("Proxy","Inheritance error.");
  }