You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
public List getListeners() { return statemachine.getInterface.getListeners(); }
and
public void setOperationCallback(OperationCallback operationCallback) {
statemachine.getInterface().setOperationCallback(operationCallback);
}
are missing.
The text was updated successfully, but these errors were encountered:
Giiiz
changed the title
RunnableWrapper doesn't wrap InterfaceObserverSupport and OperationCallback
Java RunnableWrapper doesn't wrap InterfaceObserverSupport and OperationCallback
Jan 17, 2016
The methods
public List getListeners() { return statemachine.getInterface.getListeners(); }
and
public void setOperationCallback(OperationCallback operationCallback) {
statemachine.getInterface().setOperationCallback(operationCallback);
}
are missing.
The text was updated successfully, but these errors were encountered: