public abstract class JFrameActionListener<F extends JFrame> extends AbstractActionApplicationListener<ActionApplicationEvent<F>>
| 构造器和说明 |
|---|
JFrameActionListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
getActionCommand() |
protected ActionEvent |
getActionEvent() |
protected ActionEvent |
getEvent() |
protected F |
getFrame() |
protected F |
getSource() |
abstract void |
handle(F frame)
处理事件
|
void |
onApplicationEvent(ActionApplicationEvent<F> event)
处理事件
|
getAccelerator, getSupportActionCommands, getSupportActionCommandSet, isSupport, isSupportpublic void onApplicationEvent(ActionApplicationEvent<F> event)
event - public abstract void handle(F frame)
frame - protected F getFrame()
protected F getSource()
protected ActionEvent getEvent()
protected ActionEvent getActionEvent()
protected String getActionCommand()
Copyright © 2025. All rights reserved.