| Package | Description |
|---|---|
| org.ops4j.pax.web.service.spi.model.events |
Package with DTO-like classes that are used to inform about registration/unregistration of web elements
and contexts.
|
| Modifier and Type | Method and Description |
|---|---|
WebElementEvent.State |
WebElementEvent.getType() |
static WebElementEvent.State |
WebElementEvent.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebElementEvent.State[] |
WebElementEvent.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WebElementEvent(WebElementEvent.State type,
WebElementEventData data) |
WebElementEvent(WebElementEvent.State type,
WebElementEventData data,
Exception exception) |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.