public static interface ContextFactory.Listener
Context
creation and release events.限定符和类型 | 方法和说明 |
---|---|
void |
contextCreated(Context cx)
Notify about newly created
Context object. |
void |
contextReleased(Context cx)
Notify that the specified
Context instance is no longer
associated with the current thread. |