de.enough.polish.devices
Interface UserAgentStorage

All Known Implementing Classes:
FileUserAgentStorage

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

Author:
Robert Virkus, j2mepolish@enough.de

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

notifyDeviceResolved

void notifyDeviceResolved(String userAgent,
                          Device device)
Is called whenever a new device has been resolved.

Parameters:
userAgent - the user agent
device - the corresponding found device

notifyDeviceUnresolved

void notifyDeviceUnresolved(String userAgent)
Is called whenever a device could not be resolved.

Parameters:
userAgent - the user agent