|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserAgentStorage
Receives information about new devices that have been resolved or that were unable to become resolved using the UserAgent.
Copyright Enough Software 2008
| Method Summary | |
|---|---|
void |
notifyDeviceResolved(String userAgent,
Device device)
Is called whenever a new device has been resolved. |
void |
notifyDeviceUnresolved(String userAgent)
Is called whenever a device could not be resolved. |
| Method Detail |
|---|
void notifyDeviceResolved(String userAgent,
Device device)
userAgent - the user agentdevice - the corresponding found devicevoid notifyDeviceUnresolved(String userAgent)
userAgent - the user agent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||