com.esri.arcgis.globecore
Interface ISensorEventsListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
SensorEventsListener

public interface ISensorEventsListener
extends Serializable

ISensorEventsListener Interface

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void activate(boolean status)
          method Activate
 void startListening(Object hook)
          method StartListening
 void stopListening()
          method StopListening
 

Method Detail

startListening

void startListening(Object hook)
                    throws IOException,
                           AutomationException
method StartListening

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
hook - A reference to another Automation Object (IDispatch) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stopListening

void stopListening()
                   throws IOException,
                          AutomationException
method StopListening

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

activate

void activate(boolean status)
              throws IOException,
                     AutomationException
method Activate

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
status - The status (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.