org.csapi.jr.se.mm.ul
Interface TriggeredUserLocation

All Superinterfaces:
CsapiInterface, java.io.Serializable, Service

public interface TriggeredUserLocation
extends Service

This interface represents a TriggeredUserLocation.


Field Summary
 
Fields inherited from interface org.csapi.jr.se.Service
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE
 
Method Summary
 void addTriggeredUserLocationListener(org.csapi.jr.se.mm.ul.TriggeredUserLocationListener triggeredUserLocationListener)
          Adds a TriggeredUserLocationListener which is interested in events generated by the TriggeredUserLocation.
 org.csapi.jr.se.mm.ul.TriggeredLocationReporting createTriggeredLocationReporting()
          Creates a TriggeredLocationReporting object and returns a reference to the interface used to gain access to it's methods.
 org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry getNextTriggeredLocationRequest(boolean reset)
          Invokes the getNextTriggeredLocationRequest() method on the Parlay Gateway.
 void removeTriggeredUserLocationListener(org.csapi.jr.se.mm.ul.TriggeredUserLocationListener triggeredUserLocationListener)
          Removes a TriggeredUserLocationListener which is no longer interested in events generated by the TriggeredUserLocation.
 
Methods inherited from interface org.csapi.jr.se.Service
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback
 

Method Detail

addTriggeredUserLocationListener

public void addTriggeredUserLocationListener(org.csapi.jr.se.mm.ul.TriggeredUserLocationListener triggeredUserLocationListener)
Adds a TriggeredUserLocationListener which is interested in events generated by the TriggeredUserLocation.

Parameters:
triggeredUserLocationListener - A reference to the TriggeredUserLocationListener which is to be added as a listener.

removeTriggeredUserLocationListener

public void removeTriggeredUserLocationListener(org.csapi.jr.se.mm.ul.TriggeredUserLocationListener triggeredUserLocationListener)
Removes a TriggeredUserLocationListener which is no longer interested in events generated by the TriggeredUserLocation.

Parameters:
triggeredUserLocationListener - A reference to the TriggeredUserLocationListener which is to be removed as a listener.

getNextTriggeredLocationRequest

public org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry getNextTriggeredLocationRequest(boolean reset)
                                                                                    throws PlatformException,
                                                                                           CommonException
Invokes the getNextTriggeredLocationRequest() method on the Parlay Gateway.

PlatformException
CommonException

createTriggeredLocationReporting

public org.csapi.jr.se.mm.ul.TriggeredLocationReporting createTriggeredLocationReporting()
Creates a TriggeredLocationReporting object and returns a reference to the interface used to gain access to it's methods.

Returns:
A reference to the TriggeredLocationReporting interface.