gnu.crypto.auth.callback

Class AWTCallbackHandler

public class AWTCallbackHandler extends AbstractCallbackHandler implements ActionListener, WindowListener

Field Summary
protected StringactionCommand
Constructor Summary
AWTCallbackHandler()
Method Summary
voidactionPerformed(ActionEvent ae)
protected voidhandleChoice(ChoiceCallback c)
protected voidhandleConfirmation(ConfirmationCallback c)
protected voidhandleLanguage(LanguageCallback c)
protected voidhandleName(NameCallback c)
protected voidhandlePassword(PasswordCallback c)
protected voidhandleTextInput(TextInputCallback c)
protected voidhandleTextOutput(TextOutputCallback c)
voidwindowActivated(WindowEvent we)
voidwindowClosed(WindowEvent we)
voidwindowClosing(WindowEvent we)
voidwindowDeactivated(WindowEvent we)
voidwindowDeiconified(WindowEvent we)
voidwindowIconified(WindowEvent we)
voidwindowOpened(WindowEvent we)

Field Detail

actionCommand

protected String actionCommand

Constructor Detail

AWTCallbackHandler

public AWTCallbackHandler()

Method Detail

actionPerformed

public void actionPerformed(ActionEvent ae)

handleChoice

protected void handleChoice(ChoiceCallback c)

handleConfirmation

protected void handleConfirmation(ConfirmationCallback c)

handleLanguage

protected void handleLanguage(LanguageCallback c)

handleName

protected void handleName(NameCallback c)

handlePassword

protected void handlePassword(PasswordCallback c)

handleTextInput

protected void handleTextInput(TextInputCallback c)

handleTextOutput

protected void handleTextOutput(TextOutputCallback c)

windowActivated

public void windowActivated(WindowEvent we)

windowClosed

public void windowClosed(WindowEvent we)

windowClosing

public void windowClosing(WindowEvent we)

windowDeactivated

public void windowDeactivated(WindowEvent we)

windowDeiconified

public void windowDeiconified(WindowEvent we)

windowIconified

public void windowIconified(WindowEvent we)

windowOpened

public void windowOpened(WindowEvent we)
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.