on method

Implementation

TTGraphNode on(TTNodeListenCb cb) {
  _data.on(cb);
  return this;
}