Uses of Class
net.floodlightcontroller.storage.StorageSourceNotification

Packages that use StorageSourceNotification
net.floodlightcontroller.storage   
 

Uses of StorageSourceNotification in net.floodlightcontroller.storage
 

Methods in net.floodlightcontroller.storage with parameters of type StorageSourceNotification
protected  void AbstractStorageSource.notifyListeners(StorageSourceNotification notification)
           
 

Method parameters in net.floodlightcontroller.storage with type arguments of type StorageSourceNotification
 void IStorageSourceService.notifyListeners(java.util.List<StorageSourceNotification> notifications)
          This is logically a private method and should not be called by clients of this interface.
 void AbstractStorageSource.notifyListeners(java.util.List<StorageSourceNotification> notifications)