public interface WGContentEventListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
contentCreated(WGContentEvent contentEvent)
Triggered when a content is created.
|
void |
contentHasBeenDeleted(WGContentEvent event)
Triggered after a content has been deleted.
|
void |
contentHasBeenMoved(WGContentEvent event)
Triggered after a content has been moved.
|
void |
contentHasBeenSaved(WGContentEvent event)
Triggered after a content has been saved.
|
boolean |
contentSaved(WGContentEvent contentEvent)
Triggered just before a content is saved
|
void |
contentStatusChanged(WGContentEvent event)
Triggered after the status a content has been changed
|
void contentCreated(WGContentEvent contentEvent) throws WGAPIException
contentEvent - Event informationsWGAPIExceptionboolean contentSaved(WGContentEvent contentEvent) throws WGAPIException
contentEvent - Event informationWGAPIExceptionvoid contentHasBeenSaved(WGContentEvent event) throws WGAPIException
event - Event informationWGAPIExceptionvoid contentHasBeenDeleted(WGContentEvent event) throws WGAPIException
event - Event informationWGAPIExceptionvoid contentHasBeenMoved(WGContentEvent event) throws WGAPIException
event - Event informationWGAPIExceptionvoid contentStatusChanged(WGContentEvent event) throws WGAPIException
event - Event informationWGAPIException