org.fcrepo.client
Class LoginDialog.PasswordChangeListener

java.lang.Object
  extended by org.fcrepo.client.LoginDialog.PasswordChangeListener
All Implemented Interfaces:
EventListener, DocumentListener
Enclosing class:
LoginDialog

public class LoginDialog.PasswordChangeListener
extends Object
implements DocumentListener


Constructor Summary
LoginDialog.PasswordChangeListener(JButton loginButton, JPasswordField pf)
           
 
Method Summary
 void changedUpdate(DocumentEvent e)
           
 void dataChanged()
           
 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

LoginDialog.PasswordChangeListener

public LoginDialog.PasswordChangeListener(JButton loginButton,
                                          JPasswordField pf)
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

dataChanged

public void dataChanged()


Copyright © 2012 DuraSpace. All Rights Reserved.