public final class WasChangedDocumentListener extends Object 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) |
public 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 © 2015 Tecgraf/PUC-Rio. All rights reserved.