Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Java RunnableWrapper doesn't wrap InterfaceObserverSupport and OperationCallback #308

Closed
Giiiz opened this issue Jan 16, 2016 · 0 comments · Fixed by #402
Closed

Java RunnableWrapper doesn't wrap InterfaceObserverSupport and OperationCallback #308

Giiiz opened this issue Jan 16, 2016 · 0 comments · Fixed by #402

Comments

@Giiiz
Copy link

Giiiz commented Jan 16, 2016

The methods

public List getListeners() { return statemachine.getInterface.getListeners(); }

and

public void setOperationCallback(OperationCallback operationCallback) {
statemachine.getInterface().setOperationCallback(operationCallback);
}

are missing.

@Giiiz Giiiz changed the title RunnableWrapper doesn't wrap InterfaceObserverSupport and OperationCallback Java RunnableWrapper doesn't wrap InterfaceObserverSupport and OperationCallback Jan 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants