public static interface ContextFactory.Listener
Context creation and release events.| Modifier and Type | Method and Description | 
|---|---|
| void | contextCreated(Context cx)Notify about newly created  Contextobject. | 
| void | contextReleased(Context cx)Notify that the specified  Contextinstance is no longer
 associated with the current thread. |