hnscnvt
Interface HNSSignsHandler


public interface HNSSignsHandler

Handler interface for the generation of an HNSSign sequence.


Method Summary
 void doneAllHNSSigns()
          Reports the completion of the generated sign sequence.
 void processHNSSign(HNSSign hsign)
          Reports the generation of the next sign, passing this sign as the argument for the handler to process.
 

Method Detail

doneAllHNSSigns

void doneAllHNSSigns()
Reports the completion of the generated sign sequence.


processHNSSign

void processHNSSign(HNSSign hsign)
Reports the generation of the next sign, passing this sign as the argument for the handler to process.