Commit fa8ccc91 authored by Björn Richerzhagen's avatar Björn Richerzhagen
Browse files

TransitionEngine: method to destroy proxies

parent 9dc23173
......@@ -57,6 +57,14 @@ public interface TransitionEngine extends HostComponent {
public <T extends TransitionEnabled> T createMechanismProxy(
Class<T> proxyInterface, T defaultInstance, String proxyName);
/**
* Programmatically destroy a mechanism proxy. This will invoke lifecycle
* methods to stop currently running mechanisms.
*
* @param proxyName
*/
public void destroyMechanismProxy(String proxyName);
/**
* Checks if a proxy with the given name exists in the engine.
*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment