public class FloatingIpEvent extends org.onosproject.event.AbstractEvent<FloatingIpEvent.Type,FloatingIp>
| Modifier and Type | Class and Description |
|---|---|
static class |
FloatingIpEvent.Type
Type of Floating IP events.
|
| Constructor and Description |
|---|
FloatingIpEvent(FloatingIpEvent.Type type,
FloatingIp floagingIp)
Creates an event of a given type and for the specified Floating IP.
|
FloatingIpEvent(FloatingIpEvent.Type type,
FloatingIp floagingIp,
long time)
Creates an event of a given type and for the specified Floating IP.
|
public FloatingIpEvent(FloatingIpEvent.Type type, FloatingIp floagingIp)
type - Floating IP event typefloagingIp - Floating IP subjectpublic FloatingIpEvent(FloatingIpEvent.Type type, FloatingIp floagingIp, long time)
type - Floating IP event typefloagingIp - Floating IP subjecttime - occurrence time