public static interface ContextFactory.Listener
Context
void
contextCreated(Context cx)
contextReleased(Context cx)
public void contextCreated(Context cx)
Notify about newly created Context object.
public void contextReleased(Context cx)
Notify that the specified Context instance is no longer associated with the current thread.