com.esri.arcgis.carto
Class IPageEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.carto.IPageEventsAdapter
All Implemented Interfaces:
IPageEvents, java.io.Serializable, java.util.EventListener

public class IPageEventsAdapter
extends java.lang.Object
implements IPageEvents

Adapter for COM Event Interface 'com.esri.arcgis.carto.IPageEvents'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IPageEvents
IID, IID83bd34e5_ce3b_11d1_876e_0000f8751720, xxDummy
 
Constructor Summary
IPageEventsAdapter()
           
 
Method Summary
 void pageColorChanged(IPageEventsPageColorChangedEvent theEvent)
          Fired when the page color changes.
 void pageMarginsChanged(IPageEventsPageMarginsChangedEvent theEvent)
          Fired when the page margins change.
 void pageSizeChanged(IPageEventsPageSizeChangedEvent theEvent)
          Fired when the page size changes.
 void pageUnitsChanged(IPageEventsPageUnitsChangedEvent theEvent)
          Fired when the units used by the page changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPageEventsAdapter

public IPageEventsAdapter()
Method Detail

pageUnitsChanged

public void pageUnitsChanged(IPageEventsPageUnitsChangedEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Fired when the units used by the page changes.

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

pageSizeChanged

public void pageSizeChanged(IPageEventsPageSizeChangedEvent theEvent)
                     throws java.io.IOException,
                            AutomationException
Fired when the page size changes.

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

pageMarginsChanged

public void pageMarginsChanged(IPageEventsPageMarginsChangedEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
Fired when the page margins change.

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

pageColorChanged

public void pageColorChanged(IPageEventsPageColorChangedEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Fired when the page color changes.

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