toolbox.parsers
Interface TextListener

Package class diagram package TextListener

public interface TextListener

Interface used to receive notification of TextEvents


Method Summary
 void onTextEvent(TextEvent event)
          Method that receives notification of TextEvents.
 

Method Detail

onTextEvent

void onTextEvent(TextEvent event)
Method that receives notification of TextEvents.

Parameters:
event - TextEvent received.