com.neva.gradle.fork.gui / DocumentListener

DocumentListener

abstract class DocumentListener : DocumentListener

Constructors

<init>

DocumentListener()

Functions

change

abstract fun change(e: DocumentEvent): Unit

changedUpdate

open fun changedUpdate(e: DocumentEvent): Unit

insertUpdate

open fun insertUpdate(e: DocumentEvent): Unit

removeUpdate

open fun removeUpdate(e: DocumentEvent): Unit