gnu.crypto.auth.callback
public class SWTCallbackHandler extends AbstractCallbackHandler implements SelectionListener
| Constructor Summary | |
|---|---|
| SWTCallbackHandler() | |
| Method Summary | |
|---|---|
| protected void | handleChoice(ChoiceCallback c) |
| protected void | handleConfirmation(ConfirmationCallback c) |
| protected void | handleLanguage(LanguageCallback c) |
| protected void | handleName(NameCallback c) |
| protected void | handlePassword(PasswordCallback c) |
| protected void | handleTextInput(TextInputCallback c) |
| protected void | handleTextOutput(TextOutputCallback c) |
| void | widgetDefaultSelected(SelectionEvent se) |
| void | widgetSelected(SelectionEvent se) |