tecgraf.javautils.gui.wizard
Class WasChangedDocumentListener

java.lang.Object
  extended by tecgraf.javautils.gui.wizard.WasChangedDocumentListener
All Implemented Interfaces:
EventListener, DocumentListener

public final class WasChangedDocumentListener
extends Object
implements DocumentListener

Representa um ouvinte de eventos de documento que notifica a um passo que tal evento ocorreu.

Author:
Tecgraf/PUC-Rio

Constructor Summary
WasChangedDocumentListener(Step step)
          Cria um ouvinte de eventos de documento que notificará a um passo da ocorrência desse evento.
 
Method Summary
 void changedUpdate(DocumentEvent e)
           
 void insertUpdate(DocumentEvent e)
           
 void removeUpdate(DocumentEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WasChangedDocumentListener

public WasChangedDocumentListener(Step step)
Cria um ouvinte de eventos de documento que notificará a um passo da ocorrência desse evento.

Parameters:
step - O passo a ser notificado.
Method Detail

changedUpdate

public void changedUpdate(DocumentEvent e)
Specified by:
changedUpdate in interface DocumentListener

insertUpdate

public void insertUpdate(DocumentEvent e)
Specified by:
insertUpdate in interface DocumentListener

removeUpdate

public void removeUpdate(DocumentEvent e)
Specified by:
removeUpdate in interface DocumentListener


Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.