blob: 9f069922575c5ae0b9cc23700708acf77d9933e7 [file] [log] [blame]
package net.floodlightcontroller.topology;
public interface ITopologyListener {
/**
* Happens when the switch clusters are recomputed
*/
void topologyChanged();
}