org.fife.rtext
Interface CurrentTextAreaListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
GoToMemberAction, Plugin, 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

Method Summary
 void currentTextAreaPropertyChanged(CurrentTextAreaEvent e)
          Called when a property of the current text area (or the current text area itself) is modified.
 

Method Detail

currentTextAreaPropertyChanged

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.