org.minetti.astrodevice.common.orb.callback
Interface DeviceStatusClientOrbCallback

All Superinterfaces:
ClientOrbCallback, Remote

public interface DeviceStatusClientOrbCallback
extends ClientOrbCallback

Callback for notify all connection/disconnection of device.

Author:
Jean-Philippe MINETTI

Method Summary
 String getDeviceName()
          Returns the name given to the device.
 boolean isConnected()
          Returns TRUE if the device has been connected.
 

Method Detail

getDeviceName

String getDeviceName()
                     throws RemoteException
Returns the name given to the device.

Returns:
Name given to the device.
Throws:
RemoteException - Exception if an error occurred.

isConnected

boolean isConnected()
                    throws RemoteException
Returns TRUE if the device has been connected.

Returns:
TRUE if the device has been connected.
Throws:
RemoteException - Exception if an error occurred.


Copyright © 2012 astroDevice. All Rights Reserved.