update abstract method

void update(
  1. O object
)

use this convenience method to update the tracked object from an external source

Implementation

void update(O object);