org.metastatic.callbacks

Class AWTCallbackHandler

Implemented Interfaces:
ActionListener, CallbackHandler, WindowListener

public class AWTCallbackHandler
extends AbstractCallbackHandler
implements ActionListener, WindowListener

Field Summary

protected String
actionCommand

Fields inherited from class org.metastatic.callbacks.AbstractCallbackHandler

messages

Constructor Summary

AWTCallbackHandler()

Method Summary

void
actionPerformed(ActionEvent ae)
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
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 org.metastatic.callbacks.AbstractCallbackHandler

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

Field Details

actionCommand

protected String actionCommand

Constructor Details

AWTCallbackHandler

public AWTCallbackHandler()

Method Details

actionPerformed

public void actionPerformed(ActionEvent ae)

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

windowActivated

public void windowActivated(WindowEvent we)

windowClosed

public void windowClosed(WindowEvent we)

windowClosing

public void windowClosing(WindowEvent we)

windowDeactivated

public void windowDeactivated(WindowEvent we)

windowDeiconified

public void windowDeiconified(WindowEvent we)

windowIconified

public void windowIconified(WindowEvent we)

windowOpened

public void windowOpened(WindowEvent we)