|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteConnectionListener
A listener that listens for connection changes in a IRemote
object
Method Summary | |
---|---|
void |
connected(IRemote remote)
Called when an IRemote is connected |
void |
disconnected(IRemote remote)
Called when an IRemote is disconnected |
Method Detail |
---|
void connected(IRemote remote)
remote
- the object that connectedvoid disconnected(IRemote remote)
remote
- the object that disconnected
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |