|
For the latest news and information visit The GNU Crypto project |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.crypto.auth.callback.AbstractCallbackHandler
gnu.crypto.auth.callback.AWTCallbackHandler
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 |
protected String actionCommand
Constructor Detail |
public AWTCallbackHandler()
Method Detail |
protected void handleChoice(ChoiceCallback c)
AbstractCallbackHandler
ChoiceCallback
.
handleChoice
in class AbstractCallbackHandler
c
- The choice callback.protected void handleConfirmation(ConfirmationCallback c)
AbstractCallbackHandler
ConfirmationCallback
.
handleConfirmation
in class AbstractCallbackHandler
c
- The confirmation callback.protected void handleLanguage(LanguageCallback c)
AbstractCallbackHandler
LanguageCallback
.
handleLanguage
in class AbstractCallbackHandler
c
- The language callback.protected void handleName(NameCallback c)
AbstractCallbackHandler
NameCallback
.
handleName
in class AbstractCallbackHandler
c
- The name callback.protected void handlePassword(PasswordCallback c)
AbstractCallbackHandler
PasswordCallback
.
handlePassword
in class AbstractCallbackHandler
c
- The password callback.protected void handleTextInput(TextInputCallback c)
AbstractCallbackHandler
TextInputCallback
.
handleTextInput
in class AbstractCallbackHandler
c
- The text input callback.protected void handleTextOutput(TextOutputCallback c)
AbstractCallbackHandler
TextOutputCallback
.
handleTextOutput
in class AbstractCallbackHandler
c
- The text output callback.public void actionPerformed(ActionEvent ae)
actionPerformed
in interface ActionListener
public void windowClosing(WindowEvent we)
windowClosing
in interface WindowListener
public void windowOpened(WindowEvent we)
windowOpened
in interface WindowListener
public void windowClosed(WindowEvent we)
windowClosed
in interface WindowListener
public void windowIconified(WindowEvent we)
windowIconified
in interface WindowListener
public void windowDeiconified(WindowEvent we)
windowDeiconified
in interface WindowListener
public void windowActivated(WindowEvent we)
windowActivated
in interface WindowListener
public void windowDeactivated(WindowEvent we)
windowDeactivated
in interface WindowListener
|
For the latest news and information visit The GNU Crypto project |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |