public interface IRemoteConnectionListener
IRemote
objectModifier and Type | Method and Description |
---|---|
void |
connected(IRemote remote)
Called when an IRemote is connected
|
void |
disconnected(IRemote remote)
Called when an IRemote is disconnected
|
void connected(IRemote remote)
remote
- the object that connectedvoid disconnected(IRemote remote)
remote
- the object that disconnected