org.fife.rtext
Interface CurrentTextAreaListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- SourceBrowserPlugin
- public interface CurrentTextAreaListener
- extends java.util.EventListener
A listener interested in knowing about changes to the current text area.
- Version:
- 0.5
- Author:
- Robert Futrell
currentTextAreaPropertyChanged
public void currentTextAreaPropertyChanged(CurrentTextAreaEvent e)
- Called when a property of the current text area (or the current text
area itself) is modified.
- Parameters:
e - The event.