public static class UsageManager.UsageListener.UsageListenerAdapter extends java.lang.Object implements UsageListener
UsageListener.ApplicationMetadata, UsageListener.BasicUsageListener, UsageListener.LocationMetadata
NOOP
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 UsageListener
public void onLocationEvent(UsageListener.LocationMetadata loc, LocationUsage.LocationEvent event)
onLocationEvent
in interface UsageListener
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object