net.floodlightcontroller.core
Class IOFSwitch.PortChangeEvent
java.lang.Object
net.floodlightcontroller.core.IOFSwitch.PortChangeEvent
- Enclosing interface:
- IOFSwitch
public static class IOFSwitch.PortChangeEvent
- extends java.lang.Object
Describes a change of an open flow port
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
port
public final ImmutablePort port
type
public final IOFSwitch.PortChangeType type
IOFSwitch.PortChangeEvent
public IOFSwitch.PortChangeEvent(ImmutablePort port,
IOFSwitch.PortChangeType type)
- Parameters:
port
- type
-
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object