| Package | Description |
|---|---|
| org.opencord.cordconfig |
Meta Application for hosting common cord configuration classes.
|
| Modifier and Type | Method and Description |
|---|---|
static CordConfigEvent.Type |
CordConfigEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CordConfigEvent.Type[] |
CordConfigEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2016. All rights reserved.