Interface TextListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
TextSaver, TextViewer

public interface TextListener extends EventListener
Interface to something that can process a TextEvent
Since:
1.0
Version:
$Revision: 8034 $
Author:
Mark Hall
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Accept and process a text event
  • Method Details

    • acceptText

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