|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.IPageEventsAdapter
public class IPageEventsAdapter
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 |
---|
public IPageEventsAdapter()
Method Detail |
---|
public void pageUnitsChanged(IPageEventsPageUnitsChangedEvent theEvent) throws IOException, AutomationException
pageUnitsChanged
in interface IPageEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void pageSizeChanged(IPageEventsPageSizeChangedEvent theEvent) throws IOException, AutomationException
pageSizeChanged
in interface IPageEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void pageMarginsChanged(IPageEventsPageMarginsChangedEvent theEvent) throws IOException, AutomationException
pageMarginsChanged
in interface IPageEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void pageColorChanged(IPageEventsPageColorChangedEvent theEvent) throws IOException, AutomationException
pageColorChanged
in interface IPageEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |