thank you very much Esteban. :)
it was useful.im using the following function,
public void afterNodeLeft(ProcessNodeLeftEvent event)
{
Mapper map=new Mapper("xxx");
...
}
the mapper class is using a xml decoder which in turn is using some classes...n i'm getting an class not found exception for those classes.where do i add the import statements.