com.ibm.as400.ui.framework.java
Interface DoubleClickListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- ClSelectDoubleClickListener
public interface DoubleClickListener
extends EventListener
Defines the interface for an object that is notified whenever an item in a
list, table or tree component managed by the UI framework is double-clicked.
- Since:
- v4r2m0
- Version:
- 1.0, 04/15/98
- Author:
- D. Petty
- See Also:
DoubleClickEvent
itemDoubleClicked
void itemDoubleClicked(DoubleClickEvent e)
- Tells listeners that an item was double-clicked.
- Since:
- v4r2m0