public static interface TextSource.Listener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
textSourceChanged(boolean dirtyStateChanged)
Called when the
TextSource has changed. |
void textSourceChanged(boolean dirtyStateChanged)
TextSource
has changed.dirtyStateChanged
- true
iff the
TextSource
changed from clean to dirty or vice
versa.Copyright © 2000-2014. All Rights Reserved.