public static class UsageManager.UsageListener.UsageListenerAdapter extends java.lang.Object implements UsageListener
UsageListener.ApplicationMetadata, UsageListener.BasicUsageListener, UsageListener.LocationMetadataNOOP| Constructor and Description |
|---|
UsageManager.UsageListener.UsageListenerAdapter(UsageManager.UsageListener listener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
onApplicationEvent(UsageListener.ApplicationMetadata app,
ApplicationUsage.ApplicationEvent event) |
void |
onLocationEvent(UsageListener.LocationMetadata loc,
LocationUsage.LocationEvent event) |
public UsageManager.UsageListener.UsageListenerAdapter(UsageManager.UsageListener listener)
public void onApplicationEvent(UsageListener.ApplicationMetadata app, ApplicationUsage.ApplicationEvent event)
onApplicationEvent in interface UsageListenerpublic void onLocationEvent(UsageListener.LocationMetadata loc, LocationUsage.LocationEvent event)
onLocationEvent in interface UsageListenerpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object