blob: f0f866dde550afc6fc2b595a16f33bc0dd96ecad [file] [log] [blame]
Pankaj Berdedc73bb12013-08-14 13:46:38 -07001package net.floodlightcontroller.core;
2
3public interface IUpdate {
Ray Milkey269ffb92014-04-03 14:43:30 -07004
5 /**
Pankaj Berdedc73bb12013-08-14 13:46:38 -07006 * Calls the appropriate listeners
7 */
8 public void dispatch();
9
10}