com.esri.arcgis.trackinganalyst
Class _IPlugInEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.trackinganalyst._IPlugInEventsAdapter
All Implemented Interfaces:
_IPlugInEvents, java.io.Serializable, java.util.EventListener

public class _IPlugInEventsAdapter
extends java.lang.Object
implements _IPlugInEvents

Adapter for COM Event Interface 'com.esri.arcgis.trackinganalyst._IPlugInEvents'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.trackinganalyst._IPlugInEvents
DISPID_1_NAME, DISPID_2_NAME, IID, IIDcc018a0e_24fb_11d4_b34c_00104ba2abcc, xxDummy
 
Constructor Summary
_IPlugInEventsAdapter()
           
 
Method Summary
 void onDisconnect(_IPlugInEventsOnDisconnectEvent theEvent)
          Disconnects the data link.
 void onMessage(_IPlugInEventsOnMessageEvent theEvent)
          Monitors message sent via data link.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_IPlugInEventsAdapter

public _IPlugInEventsAdapter()
Method Detail

onDisconnect

public void onDisconnect(_IPlugInEventsOnDisconnectEvent theEvent)
                  throws java.io.IOException,
                         AutomationException
Disconnects the data link.

Specified by:
onDisconnect in interface _IPlugInEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onMessage

public void onMessage(_IPlugInEventsOnMessageEvent theEvent)
               throws java.io.IOException,
                      AutomationException
Monitors message sent via data link.

Specified by:
onMessage in interface _IPlugInEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.