All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class evote.voter.Booth

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----evote.voter.Booth

public class Booth
extends Applet
implements ActionListener

Constructor Index

 o Booth()

Method Index

 o actionPerformed(ActionEvent)
 o done()
 o init()
 o svote()

Constructors

 o Booth
  public Booth()

Methods

 o init
  public void init()
Overrides:
init in class Applet
 o svote
  public void svote()
 o actionPerformed
  public void actionPerformed(ActionEvent event)
 o done
  public void done()

All Packages  Class Hierarchy  This Package  Previous  Next  Index