public class IButtonContractProxy extends Object implements IButtonContract
Constructor and Description |
---|
IButtonContractProxy() |
IButtonContractProxy(String endpoint) |
Modifier and Type | Method and Description |
---|---|
void |
click(Integer hwnd) |
String |
getEndpoint() |
IButtonContract |
getIButtonContract() |
Boolean |
isChecked(Integer hwnd) |
Boolean |
isIntermediate(Integer hwnd) |
Boolean |
isPressed(Integer hwnd) |
void |
setCheck(Integer hwnd,
Boolean check) |
void |
setEndpoint(String endpoint) |
public IButtonContractProxy()
public IButtonContractProxy(String endpoint)
public void click(Integer hwnd) throws RemoteException
click
in interface IButtonContract
RemoteException
public String getEndpoint()
public IButtonContract getIButtonContract()
public Boolean isChecked(Integer hwnd) throws RemoteException
isChecked
in interface IButtonContract
RemoteException
public Boolean isIntermediate(Integer hwnd) throws RemoteException
isIntermediate
in interface IButtonContract
RemoteException
public Boolean isPressed(Integer hwnd) throws RemoteException
isPressed
in interface IButtonContract
RemoteException
public void setCheck(Integer hwnd, Boolean check) throws RemoteException
setCheck
in interface IButtonContract
RemoteException
public void setEndpoint(String endpoint)
Copyright © 2013. All rights reserved.