org.metastatic.callbacks

Class SWTCallbackHandler

Implemented Interfaces:
CallbackHandler, SelectionListener

public class SWTCallbackHandler
extends AbstractCallbackHandler
implements SelectionListener

Field Summary

Fields inherited from class org.metastatic.callbacks.AbstractCallbackHandler

messages

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)

Methods inherited from class org.metastatic.callbacks.AbstractCallbackHandler

handle, handleChoice, handleConfirmation, handleLanguage, handleName, handleOther, handlePassword, handleTextInput, handleTextOutput

Constructor Details

SWTCallbackHandler

public SWTCallbackHandler()

Method Details

handleChoice

protected void handleChoice(ChoiceCallback c)
Overrides:
handleChoice in interface AbstractCallbackHandler

handleConfirmation

protected void handleConfirmation(ConfirmationCallback c)
Overrides:
handleConfirmation in interface AbstractCallbackHandler

handleLanguage

protected void handleLanguage(LanguageCallback c)
Overrides:
handleLanguage in interface AbstractCallbackHandler

handleName

protected void handleName(NameCallback c)
Overrides:
handleName in interface AbstractCallbackHandler

handlePassword

protected void handlePassword(PasswordCallback c)
Overrides:
handlePassword in interface AbstractCallbackHandler

handleTextInput

protected void handleTextInput(TextInputCallback c)
Overrides:
handleTextInput in interface AbstractCallbackHandler

handleTextOutput

protected void handleTextOutput(TextOutputCallback c)
Overrides:
handleTextOutput in interface AbstractCallbackHandler

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent se)

widgetSelected

public void widgetSelected(SelectionEvent se)