Class infixView.InfixGUI$DigitListener


class InfixGUI$DigitListener
extends Object
implements ActionListener
Note how this inner class accesses the private _calc and _display fields.


Variable Index

 o digit

Constructor Index

 o DigitListener (char)

Method Index

 o actionPerformed (ActionEvent)

Variables

 o digit
private char digit

Constructors

 o DigitListener
public  DigitListener(char c)

Methods

 o actionPerformed
public void actionPerformed(ActionEvent e)