com.cometway.text
Interface ITextPointerListener


public interface ITextPointerListener

Listener interface for receiving notifications about changes to a text pointer.


Method Summary
 void textPointerChanged(TextPointer p)
          Called by text pointers when they have moved.
 

Method Detail

textPointerChanged

void textPointerChanged(TextPointer p)
Called by text pointers when they have moved.

Parameters:
p - a reference to the text pointer that changed.