public interface ContextLifecycle extends ViewCapable
Modifier and Type | Method and Description |
---|---|
void |
contextAdded()
Informs this Context that it was added to the ContextMap.
|
void |
contextChanged(Object replacementContext)
Informs the receiver that a new context is taking its place in the
ContextMap
|
void |
contextRemoved()
Informs this Context that it was removed from the ContextMap
|
ViewCapable |
contextToPropagate()
Sent to a Context just before it is propagated.
|
void contextChanged(Object replacementContext)
replacementContext
- The replacement context.void contextAdded()
void contextRemoved()
ViewCapable contextToPropagate()
Copyright © 2021. All rights reserved.