@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface AuthorActionEventHandler extends Extension
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
Modifier and Type | Interface and Description |
---|---|
static class |
AuthorActionEventHandler.AuthorActionEventType
Events that are delegated to this handler.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canHandleEvent(AuthorAccess authorAccess,
AuthorActionEventHandler.AuthorActionEventType eventType)
Check if an Author action event can be handled.
|
boolean |
handleEvent(AuthorAccess authorAccess,
AuthorActionEventHandler.AuthorActionEventType eventType)
An event was generated.
|
getDescription
boolean handleEvent(AuthorAccess authorAccess, AuthorActionEventHandler.AuthorActionEventType eventType)
authorAccess
- Author access.eventType
- The type of the generated event.true
if the event was handled and the default operation
should be skipped, false
to let the default operation execute.boolean canHandleEvent(AuthorAccess authorAccess, AuthorActionEventHandler.AuthorActionEventType eventType)
authorAccess
- Access to the Author API.eventType
- The type of event generated.true
if the Author action event can be handled.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.