blob: 9f069922575c5ae0b9cc23700708acf77d9933e7 [file] [log] [blame]
Umesh Krishnaswamy345ee992012-12-13 20:29:48 -08001package net.floodlightcontroller.topology;
2
3public interface ITopologyListener {
4 /**
5 * Happens when the switch clusters are recomputed
6 */
7 void topologyChanged();
8}