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
fa8ccc91
Commit
fa8ccc91
authored
Jan 14, 2017
by
Björn Richerzhagen
Browse files
TransitionEngine: method to destroy proxies
parent
9dc23173
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/transition/TransitionEngine.java
View file @
fa8ccc91
...
...
@@ -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.
*
...
...
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