org.apache.cocoon.framework
Interface Actor

All Known Subinterfaces:
Cache, Factory, Interpreter, Parser, Processor, Producer, Store
All Known Implementing Classes:
AbstractActor, Manager, AbstractXSLTProcessor

public interface Actor

This interface must be implemented by all acting classes. These are those classes that must be aware of other actors in in order to complete their jobs.

Version:
$Revision: 1.1 $ $Date: 1999/08/14 22:17:36 $
Author:
Stefano Mazzocchi

Method Summary
 void init(Director director)
          Initialize the actor by indicating their director.
 

Method Detail

init

public void init(Director director)
Initialize the actor by indicating their director.


Copyright 1999 Java Apache Project. All Rights Reserved.