public final class WasChangedDocumentListener extends WasChangedListener implements DocumentListener
| Constructor and Description |
|---|
WasChangedDocumentListener(Step step)
Cria um ouvinte de eventos de documento que notificará a um passo da
ocorrência desse evento.
|
| Modifier and Type | Method and Description |
|---|---|
void |
changedUpdate(DocumentEvent e) |
void |
insertUpdate(DocumentEvent e) |
void |
removeUpdate(DocumentEvent e) |
notifyChangedToSteppublic WasChangedDocumentListener(Step step)
step - o passo a ser notificado.public void changedUpdate(DocumentEvent e)
changedUpdate in interface DocumentListenerpublic void insertUpdate(DocumentEvent e)
insertUpdate in interface DocumentListenerpublic void removeUpdate(DocumentEvent e)
removeUpdate in interface DocumentListenerCopyright © 2020 Tecgraf/PUC-Rio. All rights reserved.