|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lamatek.event.ListSelectionAdapter
public class ListSelectionAdapter
A simple null implementation of the javax.swing.event.ListSelectionListener interface for use as an anonymous inner class.
| Constructor Summary | |
|---|---|
ListSelectionAdapter()
|
|
| Method Summary | |
|---|---|
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
Called when the registered List item has a selection made. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListSelectionAdapter()
| Method Detail |
|---|
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged in interface javax.swing.event.ListSelectionListenere - The ListSelectionEvent registered.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||