Package docking

Interface EditListener


public interface EditListener
Provides notification when a text edit is completed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies the listener of the text entered by the user when a text edit is completed.
  • Method Details

    • editCompleted

      void editCompleted(String newText)
      Notifies the listener of the text entered by the user when a text edit is completed.
      Parameters:
      newText -