public interface ControllableResourceModel extends ResourceModel
Modifier and Type | Method and Description |
---|---|
void |
requestControl(ToolIOInterfaceController controller)
Request control of the Tool I/O Interface.
|
getToolIOInterface
void requestControl(ToolIOInterfaceController controller)
Request control of the Tool I/O Interface.
NOTE: Requests made outside the scope of the constructor of anInstallationNodeContribution
instance will be ignored (except for driver contributions, see javadoc for the given contribution). controller
- the controller of the Tool I/O Interface resource. When control is granted or about to be
revoked, callbacks will be made to this controller. Not null
.Copyright © 2021. All rights reserved.