gnu.crypto.auth.callback

Class SWTCallbackHandler

public class SWTCallbackHandler extends AbstractCallbackHandler implements SelectionListener

Constructor Summary
SWTCallbackHandler()
Method Summary
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)
voidwidgetDefaultSelected(SelectionEvent se)
voidwidgetSelected(SelectionEvent se)

Constructor Detail

SWTCallbackHandler

public SWTCallbackHandler()

Method Detail

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)

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent se)

widgetSelected

public void widgetSelected(SelectionEvent se)
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.