|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| 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 |
|---|
void started(ContentProcessingEvent event)
event - the processing event.void finished(ContentProcessingEvent event)
event - the processing event.void failed(ContentProcessingEvent event)
event - the processing event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||