Uses of Interface
org.praxislive.core.ExecutionContext.StateListener
Packages that use ExecutionContext.StateListener
-
Uses of ExecutionContext.StateListener in org.praxislive.base
Methods in org.praxislive.base with parameters of type ExecutionContext.StateListenerModifier and TypeMethodDescriptionvoidDefaultExecutionContext.addStateListener(ExecutionContext.StateListener listener) voidDefaultExecutionContext.removeStateListener(ExecutionContext.StateListener listener) -
Uses of ExecutionContext.StateListener in org.praxislive.core
Methods in org.praxislive.core with parameters of type ExecutionContext.StateListenerModifier and TypeMethodDescriptionvoidExecutionContext.addStateListener(ExecutionContext.StateListener listener) Add a listener for state changes.voidExecutionContext.removeStateListener(ExecutionContext.StateListener listener) Remove an existing state listener.