com.esri.arcgis.trackinganalyst
Class _IPlugInEventsAdapter
java.lang.Object
com.esri.arcgis.trackinganalyst._IPlugInEventsAdapter
- All Implemented Interfaces:
- _IPlugInEvents, Serializable, EventListener
public class _IPlugInEventsAdapter
- extends Object
- implements _IPlugInEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_IPlugInEventsAdapter
public _IPlugInEventsAdapter()
onDisconnect
public void onDisconnect(_IPlugInEventsOnDisconnectEvent theEvent)
throws IOException,
AutomationException
- Disconnects the data link.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
- Specified by:
onDisconnect
in interface _IPlugInEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
onMessage
public void onMessage(_IPlugInEventsOnMessageEvent theEvent)
throws IOException,
AutomationException
- Monitors message sent via data link.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
- Specified by:
onMessage
in interface _IPlugInEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.