commit | 6a4febe41602c9bca76ff612d8dc605244a16806 | [log] [tgz] |
---|---|---|
author | Steven Burrows <sburrows@villa-technologies.com> | Thu Apr 20 11:45:33 2017 -0400 |
committer | Simon Hunt <simon@onlab.us> | Wed Apr 26 18:29:52 2017 +0000 |
tree | 5755da82c34a291b789d27e7c43a1773db91817b | |
parent | 8f60ff8dcdad5b0cddcfe2627d67b2c15e6e61cf [diff] |
Topo2: Refactored NavigateToRegion events There was duplicated logic in Topo2Breadcrumb|SubRegion|PeerRegion. This has been refactored out so all the logic for navigating to a new region is handled in a single place (Topo2RegionNavigationService). Topo2RegionNavigationService is a pub/sub class. There are two reasons for this choice; 1. Topo2Layout needs to create the new force layout simulation for the region that is about to enter. Then it creates a transition between the old and new. 2. This will allow application developers to hook into the region:navigation event incase they need to update the topology for the new region displayed. Change-Id: Ie8dad531b50afe2e4735086395c1285fb982122e
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.