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 IButtonContractRemoteExceptionpublic String getEndpoint()
public IButtonContract getIButtonContract()
public Boolean isChecked(Integer hwnd) throws RemoteException
isChecked in interface IButtonContractRemoteExceptionpublic Boolean isIntermediate(Integer hwnd) throws RemoteException
isIntermediate in interface IButtonContractRemoteExceptionpublic Boolean isPressed(Integer hwnd) throws RemoteException
isPressed in interface IButtonContractRemoteExceptionpublic void setCheck(Integer hwnd, Boolean check) throws RemoteException
setCheck in interface IButtonContractRemoteExceptionpublic void setEndpoint(String endpoint)
Copyright © 2013. All rights reserved.