com.esri.arcgis.support.ms.stdole
Interface FontEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
FontEventsAdapter, FontEventsProxy

public interface FontEvents
extends EventListener, Serializable

Event interface for the Font object


Method Summary
 void fontChanged(FontEventsFontChangedEvent theEvent)
          fontChanged
 

Method Detail

fontChanged

void fontChanged(FontEventsFontChangedEvent theEvent)
                 throws IOException,
                        AutomationException
fontChanged

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.