Interface TextListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    TextViewer

    public interface TextListener
    extends java.util.EventListener
    Interface to something that can process a TextEvent
    Since:
    1.0
    Version:
    $Revision: 1.3 $
    Author:
    Mark Hall
    See Also:
    EventListener
    • Method Detail

      • acceptText

        void acceptText​(TextEvent e)
        Accept and process a text event
        Parameters:
        e - a TextEvent value