|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WiiDeviceDiscoveryListener
Listener interface for device discovery.
Method Summary | |
---|---|
void |
findFinished(int numberFound)
Fires whenever a nonblocking find method finishes. |
void |
wiiDeviceDiscovered(WiiDeviceDiscoveredEvent evt)
Fires whenever a WiiDevice is discovered through a nonblocking method. |
Method Detail |
---|
void wiiDeviceDiscovered(WiiDeviceDiscoveredEvent evt)
evt
- event fired when a WiiDevice is found. Contains the device and its number. See WiiDeviceDiscoveredEvent for details.void findFinished(int numberFound)
numberFound
- the number of devices found.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |