Package docking
Interface EditListener
- 
 public interface EditListenerProvides notification when a text edit is completed.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voideditCompleted(java.lang.String newText)Notifies the listener of the text entered by the user when a text edit is completed.
 
-