public interface AreaEventProducer extends EventProducer
Modifier and Type | Interface and Description |
---|---|
static class |
AreaEventProducer.Provider
Provider class for the event producer.
|
Modifier and Type | Method and Description |
---|---|
void |
pageLoadError(Object source,
String page,
Exception e)
A page could not be loaded/deserialized from a file.
|
void |
pageRenderingError(Object source,
String page,
Exception e)
A page could not be rendered.
|
void |
pageSaveError(Object source,
String page,
Exception e)
A page could not be saved/serialized to a file.
|
void |
unresolvedIDReference(Object source,
String type,
String id)
An unresolved ID reference was encountered.
|
void |
unresolvedIDReferenceOnPage(Object source,
String page,
String id)
An unresolved ID reference was encountered on a page.
|
void unresolvedIDReference(Object source, String type, String id)
source
- the event sourcetype
- the type of referenceid
- the unresolved IDvoid unresolvedIDReferenceOnPage(Object source, String page, String id)
source
- the event sourcepage
- the page the ID reference was found onid
- the unresolved IDvoid pageLoadError(Object source, String page, Exception e)
source
- the event sourcepage
- the page to be loadede
- the original exceptionvoid pageSaveError(Object source, String page, Exception e)
source
- the event sourcepage
- the page to be serializede
- the original exceptionCopyright © 2025 Apache Software Foundation. All rights reserved.