For the latest news and information visit
The GNU Crypto project

gnu.crypto.auth.callback
Class AWTCallbackHandler

java.lang.Object
  extended by gnu.crypto.auth.callback.AbstractCallbackHandler
      extended by gnu.crypto.auth.callback.AWTCallbackHandler
All Implemented Interfaces:
ActionListener, WindowListener, EventListener, CallbackHandler

public class AWTCallbackHandler
extends AbstractCallbackHandler
implements ActionListener, WindowListener


Field Summary
protected  String actionCommand
           
 
Fields inherited from class gnu.crypto.auth.callback.AbstractCallbackHandler
messages
 
Constructor Summary
AWTCallbackHandler()
           
 
Method Summary
 void actionPerformed(ActionEvent ae)
           
protected  void handleChoice(ChoiceCallback c)
          Handles a ChoiceCallback.
protected  void handleConfirmation(ConfirmationCallback c)
          Handles a ConfirmationCallback.
protected  void handleLanguage(LanguageCallback c)
          Handles a LanguageCallback.
protected  void handleName(NameCallback c)
          Handles a NameCallback.
protected  void handlePassword(PasswordCallback c)
          Handles a PasswordCallback.
protected  void handleTextInput(TextInputCallback c)
          Handles a TextInputCallback.
protected  void handleTextOutput(TextOutputCallback c)
          Handles a TextOutputCallback.
 void windowActivated(WindowEvent we)
           
 void windowClosed(WindowEvent we)
           
 void windowClosing(WindowEvent we)
           
 void windowDeactivated(WindowEvent we)
           
 void windowDeiconified(WindowEvent we)
           
 void windowIconified(WindowEvent we)
           
 void windowOpened(WindowEvent we)
           
 
Methods inherited from class gnu.crypto.auth.callback.AbstractCallbackHandler
getInstance, getInstance, getInstance, handle, handleOther
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionCommand

protected String actionCommand
Constructor Detail

AWTCallbackHandler

public AWTCallbackHandler()
Method Detail

handleChoice

protected void handleChoice(ChoiceCallback c)
Description copied from class: AbstractCallbackHandler
Handles a ChoiceCallback.

Specified by:
handleChoice in class AbstractCallbackHandler
Parameters:
c - The choice callback.

handleConfirmation

protected void handleConfirmation(ConfirmationCallback c)
Description copied from class: AbstractCallbackHandler
Handles a ConfirmationCallback.

Specified by:
handleConfirmation in class AbstractCallbackHandler
Parameters:
c - The confirmation callback.

handleLanguage

protected void handleLanguage(LanguageCallback c)
Description copied from class: AbstractCallbackHandler
Handles a LanguageCallback.

Specified by:
handleLanguage in class AbstractCallbackHandler
Parameters:
c - The language callback.

handleName

protected void handleName(NameCallback c)
Description copied from class: AbstractCallbackHandler
Handles a NameCallback.

Specified by:
handleName in class AbstractCallbackHandler
Parameters:
c - The name callback.

handlePassword

protected void handlePassword(PasswordCallback c)
Description copied from class: AbstractCallbackHandler
Handles a PasswordCallback.

Specified by:
handlePassword in class AbstractCallbackHandler
Parameters:
c - The password callback.

handleTextInput

protected void handleTextInput(TextInputCallback c)
Description copied from class: AbstractCallbackHandler
Handles a TextInputCallback.

Specified by:
handleTextInput in class AbstractCallbackHandler
Parameters:
c - The text input callback.

handleTextOutput

protected void handleTextOutput(TextOutputCallback c)
Description copied from class: AbstractCallbackHandler
Handles a TextOutputCallback.

Specified by:
handleTextOutput in class AbstractCallbackHandler
Parameters:
c - The text output callback.

actionPerformed

public void actionPerformed(ActionEvent ae)
Specified by:
actionPerformed in interface ActionListener

windowClosing

public void windowClosing(WindowEvent we)
Specified by:
windowClosing in interface WindowListener

windowOpened

public void windowOpened(WindowEvent we)
Specified by:
windowOpened in interface WindowListener

windowClosed

public void windowClosed(WindowEvent we)
Specified by:
windowClosed in interface WindowListener

windowIconified

public void windowIconified(WindowEvent we)
Specified by:
windowIconified in interface WindowListener

windowDeiconified

public void windowDeiconified(WindowEvent we)
Specified by:
windowDeiconified in interface WindowListener

windowActivated

public void windowActivated(WindowEvent we)
Specified by:
windowActivated in interface WindowListener

windowDeactivated

public void windowDeactivated(WindowEvent we)
Specified by:
windowDeactivated in interface WindowListener

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.