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 informationsWGAPIException
boolean contentSaved(WGContentEvent contentEvent) throws WGAPIException
contentEvent
- Event informationWGAPIException
void contentHasBeenSaved(WGContentEvent event) throws WGAPIException
event
- Event informationWGAPIException
void contentHasBeenDeleted(WGContentEvent event) throws WGAPIException
event
- Event informationWGAPIException
void contentHasBeenMoved(WGContentEvent event) throws WGAPIException
event
- Event informationWGAPIException
void contentStatusChanged(WGContentEvent event) throws WGAPIException
event
- Event informationWGAPIException