Interface ContextFactory.Listener

All Known Subinterfaces:
ContextListener
Enclosing class:
ContextFactory

public static interface ContextFactory.Listener
Listener of Context creation and release events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notify about newly created Context object.
    void
    Notify that the specified Context instance is no longer associated with the current thread.
  • Method Details

    • contextCreated

      void contextCreated(Context cx)
      Notify about newly created Context object.
    • contextReleased

      void contextReleased(Context cx)
      Notify that the specified Context instance is no longer associated with the current thread.