Class Calculator.BaseListener

java.lang.Object
  |
  +--Calculator.BaseListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Calculator

class Calculator.BaseListener
extends java.lang.Object
implements java.awt.event.ActionListener

Handles clicks on the Oct, Dec, and Hex buttons.


Constructor Summary
(package private) Calculator.BaseListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Calculator.BaseListener

Calculator.BaseListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


Generated by BlueJ