Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
org.metastatic.jessie

Class DialogPasswordHandler

java.lang.Object
|
+--org.metastatic.jessie.DialogPasswordHandler

All Implemented Interfaces:

CallbackHandler, ActionListener, WindowListener


public class DialogPasswordHandler

extends java.lang.Object

implements CallbackHandler, ActionListener, WindowListener

This is a CallbackHandler for PasswordCallback objects, which prompts the user for a password with an AWT dialog.

Constructor Summary

DialogPasswordHandler()

Method Summary

voidactionPerformed(ActionEvent event)

voidfinalize()

voidhandle(Callback[] callbacks)

voidwindowActivated(WindowEvent e)

voidwindowClosed(WindowEvent event)

voidwindowClosing(WindowEvent event)

voidwindowDeactivated(WindowEvent e)

voidwindowDeiconified(WindowEvent e)

voidwindowIconified(WindowEvent e)

voidwindowOpened(WindowEvent e)

Constructor Details

DialogPasswordHandler

public DialogPasswordHandler()


Method Details

actionPerformed

public void actionPerformed(ActionEvent event)

Parameters:


finalize

protected void finalize()


handle

public void handle(Callback[] callbacks)

Parameters:


windowActivated

public void windowActivated(WindowEvent e)

Parameters:


windowClosed

public void windowClosed(WindowEvent event)

Parameters:


windowClosing

public void windowClosing(WindowEvent event)

Parameters:


windowDeactivated

public void windowDeactivated(WindowEvent e)

Parameters:


windowDeiconified

public void windowDeiconified(WindowEvent e)

Parameters:


windowIconified

public void windowIconified(WindowEvent e)

Parameters:


windowOpened

public void windowOpened(WindowEvent e)

Parameters: