net.sf.parcinj.example.list
Interface ListProcessor

All Superinterfaces:
Processor
All Known Implementing Classes:
ListBuilder

public interface ListProcessor
extends Processor


Method Summary
 void finishList()
           
 void handleAtom(java.lang.String atom)
           
 void startList()
           
 

Method Detail

startList

void startList()

handleAtom

void handleAtom(java.lang.String atom)

finishList

void finishList()