For the latest news and information visit The GNU Crypto project | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.crypto.auth.callback.AbstractCallbackHandler
gnu.crypto.auth.callback.AWTCallbackHandler
public class AWTCallbackHandler
extends AbstractCallbackHandler
implements ActionListener, WindowListener
Field Summary | |
protected String |
Fields inherited from class gnu.crypto.auth.callback.AbstractCallbackHandler | |
messages |
Constructor Summary | |
Method Summary | |
void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class gnu.crypto.auth.callback.AbstractCallbackHandler | |
getInstance , getInstance , getInstance , handle , handleChoice , handleConfirmation , handleLanguage , handleName , handleOther , handlePassword , handleTextInput , handleTextOutput |
public void actionPerformed(ActionEvent ae)
protected void handleChoice(ChoiceCallback c)
- Overrides:
- handleChoice in interface AbstractCallbackHandler
protected void handleConfirmation(ConfirmationCallback c)
- Overrides:
- handleConfirmation in interface AbstractCallbackHandler
protected void handleLanguage(LanguageCallback c)
- Overrides:
- handleLanguage in interface AbstractCallbackHandler
protected void handleName(NameCallback c)
- Overrides:
- handleName in interface AbstractCallbackHandler
protected void handlePassword(PasswordCallback c)
- Overrides:
- handlePassword in interface AbstractCallbackHandler
protected void handleTextInput(TextInputCallback c)
- Overrides:
- handleTextInput in interface AbstractCallbackHandler
protected void handleTextOutput(TextOutputCallback c)
- Overrides:
- handleTextOutput in interface AbstractCallbackHandler
public void windowActivated(WindowEvent we)
public void windowClosed(WindowEvent we)
public void windowClosing(WindowEvent we)
public void windowDeactivated(WindowEvent we)
public void windowDeiconified(WindowEvent we)
public void windowIconified(WindowEvent we)
public void windowOpened(WindowEvent we)