|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectreset.AddtoStack
Cette classe est la classe qui gere l'ajout d'un element. Cette classe implemente la classe actionListener, c'est donc elle qui servira a gerer les evenements des boutons qu'elle contient.
Field Summary | |
(package private) StackInterface |
itf
|
Constructor Summary | |
AddtoStack(StackInterface itf)
Methode d'ajout au stack. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Cree l'action resultante a partir d'une action effectue sur le bouton d'ajout d'un ŽlŽment ˆ la pile. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
StackInterface itf
Constructor Detail |
public AddtoStack(StackInterface itf)
itf
- Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |