Interface ContextListener

All Superinterfaces:
ContextFactory.Listener

@Deprecated public interface ContextListener extends ContextFactory.Listener
Deprecated.
Embeddings that wish to customize newly created Context instances should implement ContextFactory.Listener.
  • Method Details

    • contextEntered

      @Deprecated void contextEntered(Context cx)
      Deprecated.
      Rhino runtime never calls the method.
    • contextExited

      @Deprecated void contextExited(Context cx)
      Deprecated.
      Rhino runtime never calls the method.