private class InterfacePrincipale.PanCategoriesListener
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.ListSelectionListener
Modifier | Constructor and Description |
---|---|
private |
InterfacePrincipale.PanCategoriesListener() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Réagit au clic sur un des boutons du panneux des catégories.
|
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
Réagit à la selection d'une catégorie.
|
private InterfacePrincipale.PanCategoriesListener()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- Un evenement au clic sur un bouton.public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in interface javax.swing.event.ListSelectionListener
e
- Un evenement a la selection d'une catégorie.