com.esri.arcgis.controls
Class IHookHelperEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.controls.IHookHelperEventsAdapter
All Implemented Interfaces:
IHookHelperEvents, java.io.Serializable, java.util.EventListener

public class IHookHelperEventsAdapter
extends java.lang.Object
implements IHookHelperEvents

Adapter for COM Event Interface 'com.esri.arcgis.controls.IHookHelperEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.controls.IHookHelperEvents
IID, IID6ed66bfd_c187_44cf_a34e_c3584e45a7d1, xxDummy
 
Constructor Summary
IHookHelperEventsAdapter()
           
 
Method Summary
 void onHookUpdated(IHookHelperEventsOnHookUpdatedEvent theEvent)
          Fires when the hook object or one of its properties has been replaced or updated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IHookHelperEventsAdapter

public IHookHelperEventsAdapter()
Method Detail

onHookUpdated

public void onHookUpdated(IHookHelperEventsOnHookUpdatedEvent theEvent)
                   throws java.io.IOException,
                          AutomationException
Fires when the hook object or one of its properties has been replaced or updated.

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