Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.metastatic.callbacks.AbstractCallbackHandler
org.metastatic.callbacks.AWTCallbackHandler
public class AWTCallbackHandler
extends AbstractCallbackHandler
implements ActionListener, WindowListener
Field Summary | |
protected String |
Fields inherited from class org.metastatic.callbacks.AbstractCallbackHandler | |
messages |
Constructor Summary | |
Method Summary | |
void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.metastatic.callbacks.AbstractCallbackHandler | |
handle , handleChoice , handleConfirmation , handleLanguage , handleName , handleOther , handlePassword , handleTextInput , handleTextOutput |
public void actionPerformed(ActionEvent ae)
protected void handleChoice(ChoiceCallback c)
- Overrides:
- handleChoice in interface AbstractCallbackHandler
protected void handleConfirmation(ConfirmationCallback c)
- Overrides:
- handleConfirmation in interface AbstractCallbackHandler
protected void handleLanguage(LanguageCallback c)
- Overrides:
- handleLanguage in interface AbstractCallbackHandler
protected void handleName(NameCallback c)
- Overrides:
- handleName in interface AbstractCallbackHandler
protected void handlePassword(PasswordCallback c)
- Overrides:
- handlePassword in interface AbstractCallbackHandler
protected void handleTextInput(TextInputCallback c)
- Overrides:
- handleTextInput in interface AbstractCallbackHandler
protected void handleTextOutput(TextOutputCallback c)
- Overrides:
- handleTextOutput in interface AbstractCallbackHandler
public void windowActivated(WindowEvent we)
public void windowClosed(WindowEvent we)
public void windowClosing(WindowEvent we)
public void windowDeactivated(WindowEvent we)
public void windowDeiconified(WindowEvent we)
public void windowIconified(WindowEvent we)
public void windowOpened(WindowEvent we)