@Beta public static class UsageListener.BasicUsageListener extends java.lang.Object implements UsageListener
UsageListener, for users to extend.
Users are encouraged to extend this class, which will shield the user
from the addition of other usage event methods being added. If additional
methods are added in a future release, a no-op implementation will be
added to this class.UsageListener.ApplicationMetadata, UsageListener.BasicUsageListener, UsageListener.LocationMetadataNOOP| Constructor and Description |
|---|
UsageListener.BasicUsageListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(UsageListener.ApplicationMetadata app,
ApplicationUsage.ApplicationEvent event) |
void |
onLocationEvent(UsageListener.LocationMetadata loc,
LocationUsage.LocationEvent event) |
public void onApplicationEvent(UsageListener.ApplicationMetadata app, ApplicationUsage.ApplicationEvent event)
onApplicationEvent in interface UsageListenerpublic void onLocationEvent(UsageListener.LocationMetadata loc, LocationUsage.LocationEvent event)
onLocationEvent in interface UsageListener