Interface EPRuntimeStateListener


public interface EPRuntimeStateListener
A listener interface for callbacks regarding EPRuntime state changes.
  • Method Details

    • onEPRuntimeDestroyRequested

      void onEPRuntimeDestroyRequested(EPRuntime runtime)
      Invoked before an EPRuntime is destroyed.
      Parameters:
      runtime - runtime to be destroyed
    • onEPRuntimeInitialized

      void onEPRuntimeInitialized(EPRuntime runtime)
      Invoked after an existing EPRuntime is initialized upon completion of a call to initialize.
      Parameters:
      runtime - runtime that has been successfully initialized