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

TransitionEngine: retrieval of proxies via the engine

parent 80114406
......@@ -69,6 +69,15 @@ public interface TransitionEngine extends HostComponent {
*/
public boolean proxyExists(String proxyName);
/**
* Get the proxy facade with the given name.
*
* @param proxyName
* @return
*/
public <T extends TransitionEnabled> T getProxy(String proxyName,
Class<T> proxyInterface);
/**
* Executes a self-transition. No lifecycle-methods are invoked, but state
* can be altered through the {@link SelfTransition} object.
......
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