Uses of Class
net.floodlightcontroller.devicemanager.internal.DeviceManagerImpl.DeviceUpdate.Change

Packages that use DeviceManagerImpl.DeviceUpdate.Change
net.floodlightcontroller.devicemanager.internal   
 

Uses of DeviceManagerImpl.DeviceUpdate.Change in net.floodlightcontroller.devicemanager.internal
 

Fields in net.floodlightcontroller.devicemanager.internal declared as DeviceManagerImpl.DeviceUpdate.Change
protected  DeviceManagerImpl.DeviceUpdate.Change DeviceManagerImpl.DeviceUpdate.change
          The change that was made
 

Methods in net.floodlightcontroller.devicemanager.internal that return DeviceManagerImpl.DeviceUpdate.Change
static DeviceManagerImpl.DeviceUpdate.Change DeviceManagerImpl.DeviceUpdate.Change.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DeviceManagerImpl.DeviceUpdate.Change[] DeviceManagerImpl.DeviceUpdate.Change.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.floodlightcontroller.devicemanager.internal with parameters of type DeviceManagerImpl.DeviceUpdate.Change
DeviceManagerImpl.DeviceUpdate(Device device, DeviceManagerImpl.DeviceUpdate.Change change, java.util.EnumSet<IDeviceService.DeviceField> fieldsChanged)