Class IAGeofenceListenerSupport
- java.lang.Object
-
- com.indooratlas.android.sdk.resources.IAGeofenceListenerSupport
-
- All Implemented Interfaces:
IAGeofenceListener
public class IAGeofenceListenerSupport extends Object implements IAGeofenceListener
Convenience class that implements methods fromIAGeofenceListeneras no-ops.
-
-
Constructor Summary
Constructors Constructor Description IAGeofenceListenerSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonGeofencesTriggered(IAGeofenceEvent geofenceEvent)Called when one or more geofences have triggered with the user specified event triggers.
-
-
-
Method Detail
-
onGeofencesTriggered
public void onGeofencesTriggered(IAGeofenceEvent geofenceEvent)
Description copied from interface:IAGeofenceListenerCalled when one or more geofences have triggered with the user specified event triggers.There are no restrictions on the use of the supplied
geofenceEventobject.- Specified by:
onGeofencesTriggeredin interfaceIAGeofenceListener- Parameters:
geofenceEvent- The new geofence event containing triggered geofences, trigger type and triggeringlocation.
-
-