CTX - The context's type to be accessed.public interface ContextAccessor<CTX>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContextAccessor.ContextMutator<CTX>
Provides a mutator for a context property.
|
static interface |
ContextAccessor.ContextProperty<CTX>
Provides a context property.
|
| Modifier and Type | Method and Description |
|---|---|
CTX |
getContext()
Retrieves the context from the context property.
|
CTX getContext()
Copyright © 2018. All rights reserved.