C - The type of component that represents this viewpublic interface MenuViewItem<C extends JComponent> extends ViewItem<C>
| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(ActionListener listener)
Adds a listener which will be called if this view is triggered.
|
void |
removeActionListener(ActionListener listener)
Removes a listener from this view.
|
void addActionListener(ActionListener listener)
listener - the new listenervoid removeActionListener(ActionListener listener)
listener - the listener to removeCopyright © 2017 Docking Frames. All rights reserved.