com.esri.arcgis.support.ms.stdole
Class FontEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.support.ms.stdole.FontEventsAdapter
All Implemented Interfaces:
FontEvents, java.io.Serializable, java.util.EventListener

public class FontEventsAdapter
extends java.lang.Object
implements FontEvents

Adapter for COM Event Interface 'com.esri.arcgis.support.ms.stdole.FontEvents'. Generated 3/19/2015 1:21:02 PM from 'c:\WINDOWS\system32\stdole2.tlb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.support.ms.stdole.FontEvents
DISPID_9_NAME, IID, IID4ef6100a_af88_11d0_9846_00c04fc29993, xxDummy
 
Constructor Summary
FontEventsAdapter()
           
 
Method Summary
 void fontChanged(FontEventsFontChangedEvent theEvent)
          fontChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontEventsAdapter

public FontEventsAdapter()
Method Detail

fontChanged

public void fontChanged(FontEventsFontChangedEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
fontChanged

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