Interface EPRuntimeStateListener
public interface EPRuntimeStateListener
A listener interface for callbacks regarding
EPRuntime
state changes.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEPRuntimeDestroyRequested
(EPRuntime runtime) Invoked before anEPRuntime
is destroyed.void
onEPRuntimeInitialized
(EPRuntime runtime) Invoked after an existingEPRuntime
is initialized upon completion of a call to initialize.
-
Method Details