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

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

public class FontEventsAdapter
extends Object
implements FontEvents

See Also:
Serialized Form

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 IOException,
                        AutomationException
fontChanged

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