Package wt.content

Class ContentServiceEvent

java.lang.Object
wt.events.KeyedEvent
wt.content.ContentServiceEvent
All Implemented Interfaces:
Serializable, wt.events.summary.SummarizedEvent

public class ContentServiceEvent extends KeyedEvent implements Serializable
Events dispatched by the ContentService. All events have a ContentHolder and an ApplicationData attached. Note that the target object of the

PRE_UPLOAD is dispatched right before an upload is started.
POST_UPLOAD is dispatched right after an upload is complete.
PRE_DOWNLOAD is dispatched right before an download is started.
POST_DOWNLOAD is dispatched right after an download is complete.

WARNING- if the sytem running has content replication enabled, the download events MAY NOT be dispatched to the correct server for processing. Do not depend on the dispatch of these events if you are using content replication.

Supported API: true

Extendable: false

See Also: