setRouter method

void setRouter(
  1. TRouterInterface router
)

Implementation

void setRouter(TRouterInterface router) {
  _router = router;
}