|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ActionCallback
This interface represents a function prototype for a user interface action.
If action callback is not specified
the default Script.actionPerformed(Shell, Component, int) is called.
Shell.setActionHandler(ActionCallback)| Method Summary | |
|---|---|
void |
actionPerformed(Shell shell,
Component source,
int action)
Called when specified action has occurred. |
| Method Detail |
|---|
void actionPerformed(Shell shell,
Component source,
int action)
FOCUS_CHANGED)
shell - Source shellsource - Source componentaction - Action codeComponent.setAction(int),
Component.getAction(),
Menu,
MenuItem,
OPEN_MENU,
FOCUS_CHANGED,
ITEM_CHANGED,
OPEN_LINK,
SHELL_OPENED,
SHELL_CLOSED,
VIEWPORT_CHANGED,
FOCUSED,
BLURRED
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||