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(java.lang.Object source,
java.lang.String page,
java.lang.Exception e)
A page could not be loaded/deserialized from a file.
|
void |
pageRenderingError(java.lang.Object source,
java.lang.String page,
java.lang.Exception e)
A page could not be rendered.
|
void |
pageSaveError(java.lang.Object source,
java.lang.String page,
java.lang.Exception e)
A page could not be saved/serialized to a file.
|
void |
unresolvedIDReference(java.lang.Object source,
java.lang.String type,
java.lang.String id)
An unresolved ID reference was encountered.
|
void |
unresolvedIDReferenceOnPage(java.lang.Object source,
java.lang.String page,
java.lang.String id)
An unresolved ID reference was encountered on a page.
|
void unresolvedIDReference(java.lang.Object source, java.lang.String type, java.lang.String id)
source
- the event sourcetype
- the type of referenceid
- the unresolved IDvoid unresolvedIDReferenceOnPage(java.lang.Object source, java.lang.String page, java.lang.String id)
source
- the event sourcepage
- the page the ID reference was found onid
- the unresolved IDvoid pageLoadError(java.lang.Object source, java.lang.String page, java.lang.Exception e)
source
- the event sourcepage
- the page to be loadede
- the original exceptionvoid pageSaveError(java.lang.Object source, java.lang.String page, java.lang.Exception e)
source
- the event sourcepage
- the page to be serializede
- the original exceptionvoid pageRenderingError(java.lang.Object source, java.lang.String page, java.lang.Exception e)
source
- the event sourcepage
- the page to be serializede
- the original exceptionCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.