public interface ShellContextVariableLifecycleHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
onAdd(Object object)
Called before the object is added to the context.
|
void |
onContextDestroyed(Object object)
Called when the shell context is destroyed.
|
void |
onRemove(Object object)
Called after the object has been removed from the context.
|
boolean onAdd(Object object)
object - void onRemove(Object object)
object - void onContextDestroyed(Object object)
object - Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.