org.norther.tammi.spray.engine.content
Interface ContentProcessingListener

All Known Implementing Classes:
ContentTool, PageTool

public interface ContentProcessingListener

Content objects implementing the ContentProcessingListener interface will be notified when their processing has started, finished or failed. The object is notified by the ContentProcessingEvent event.

Author:
Ilkka Priha

Method Summary
 void failed(ContentProcessingEvent event)
          Notifies the object that its processing has failed.
 void finished(ContentProcessingEvent event)
          Notifies the object that its processing has finished.
 void started(ContentProcessingEvent event)
          Notifies the object that its processing has started.
 

Method Detail

started

void started(ContentProcessingEvent event)
Notifies the object that its processing has started.

Parameters:
event - the processing event.

finished

void finished(ContentProcessingEvent event)
Notifies the object that its processing has finished.

Parameters:
event - the processing event.

failed

void failed(ContentProcessingEvent event)
Notifies the object that its processing has failed.

Parameters:
event - the processing event.


Copyright © 2004 The Norther Organization. All rights reserved.