update abstract method
void
update(
- O object
use this convenience method to update the tracked object from an external source
Implementation
void update(O object);
use this convenience method to update the tracked object from an external source
void update(O object);