EventListenerpublic interface SplitButtonActionListener extends EventListener
addSplitButtonActionListener method. When the action event
occurs, that object's buttonClicked or splitButtonClicked
method is invoked.ActionEvent| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
buttonClicked(ActionEvent e) |
Invoked when the button part is clicked.
|
void |
splitButtonClicked(ActionEvent e) |
Invoked when split part is clicked.
|
void buttonClicked(ActionEvent e)
e - void splitButtonClicked(ActionEvent e)
e - Copyright © 2019. All rights reserved.