| Package | Description |
|---|---|
| org.onosproject.app |
Set of abstractions for managing network control applications.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationEvent.Type |
ApplicationEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationEvent.Type[] |
ApplicationEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ApplicationEvent(ApplicationEvent.Type type,
Application app)
Creates an event of a given type and for the specified app and the
current time.
|
ApplicationEvent(ApplicationEvent.Type type,
Application app,
long time)
Creates an event of a given type and for the specified app and time.
|
Copyright © 2015. All rights reserved.