Uses of Interface
org.praxislive.core.ExecutionContext.StateListener
-
Packages that use ExecutionContext.StateListener Package Description org.praxislive.base org.praxislive.core -
-
Uses of ExecutionContext.StateListener in org.praxislive.base
Methods in org.praxislive.base with parameters of type ExecutionContext.StateListener Modifier and Type Method Description void
DefaultExecutionContext. addStateListener(ExecutionContext.StateListener listener)
void
DefaultExecutionContext. removeStateListener(ExecutionContext.StateListener listener)
-
Uses of ExecutionContext.StateListener in org.praxislive.core
Methods in org.praxislive.core with parameters of type ExecutionContext.StateListener Modifier and Type Method Description void
ExecutionContext. addStateListener(ExecutionContext.StateListener listener)
Add a listener for state changes.void
ExecutionContext. removeStateListener(ExecutionContext.StateListener listener)
Remove an existing state listener.
-