public final class EditorEvent
extends java.util.EventObject
EditorListener
methods when the state of Editor
has changed.
The EditorEvent
source is the editor instance whose state
is changing. The convenience method getEditor()
can be used to
retrieve the editor instance.
Constructor and Description |
---|
EditorEvent(Editor editor)
Constructor.
|
public EditorEvent(Editor editor)
editor
- the editor where the event happened.