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 fromIAGeofenceListener
as no-ops.
-
-
Constructor Summary
Constructors Constructor Description IAGeofenceListenerSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onGeofencesTriggered(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:IAGeofenceListener
Called when one or more geofences have triggered with the user specified event triggers.There are no restrictions on the use of the supplied
geofenceEvent
object.- Specified by:
onGeofencesTriggered
in interfaceIAGeofenceListener
- Parameters:
geofenceEvent
- The new geofence event containing triggered geofences, trigger type and triggeringlocation
.
-
-