Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
API
Commits
ab7cce88
Commit
ab7cce88
authored
Feb 23, 2016
by
Björn Richerzhagen
Browse files
TransitionEngine: retrieval of proxies via the engine
parent
80114406
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/transition/TransitionEngine.java
View file @
ab7cce88
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment