public class CordConfigEvent extends org.onosproject.event.AbstractEvent<CordConfigEvent.Type,Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
CordConfigEvent.Type |
| Constructor and Description |
|---|
CordConfigEvent(CordConfigEvent.Type type,
Object subject)
Creates an CORD config event with type and subject.
|
CordConfigEvent(CordConfigEvent.Type type,
Object subject,
long time)
Creates an CORD config event with type, subject and time of event.
|
CordConfigEvent(CordConfigEvent.Type type,
Object subject,
Object prevSubject)
Creates an CORD config event with type, subject and previous subject.
|
CordConfigEvent(CordConfigEvent.Type type,
Object subject,
Object prevSubject,
long time)
Creates an CORD config event with type, subject, previous subject and time.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
prevSubject()
Returns the previous CORD config subject.
|
String |
toString() |
public CordConfigEvent(CordConfigEvent.Type type, Object subject)
type - event typesubject - subject CORD configpublic CordConfigEvent(CordConfigEvent.Type type, Object subject, long time)
type - event typesubject - subject CORD configtime - time of eventpublic CordConfigEvent(CordConfigEvent.Type type, Object subject, Object prevSubject)
type - event typesubject - subject CORD configprevSubject - previous CORD config subjectpublic CordConfigEvent(CordConfigEvent.Type type, Object subject, Object prevSubject, long time)
type - event typesubject - subject CORD configprevSubject - previous CORD config subjecttime - time of eventpublic Object prevSubject()
public String toString()
toString in class org.onosproject.event.AbstractEvent<CordConfigEvent.Type,Object>Copyright © 2016. All rights reserved.