|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteece496.gui.GuiDriver
Gui Driver Class.
$Source: K:/cvsrepo/ee496/codes/jbuilder/src/TestCaseGenerator/src/eece496/gui/GuiDriver.java,v $
Last updated by $Author: cyiu $
$Date: 2003/08/07 19:36:21 $
$Revision: 1.8 $
$State: Exp $
Constructor Summary | |
GuiDriver()
Constructor. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Code executed when an action is detected. |
static void |
main(java.lang.String[] args)
Main function for the driver to run. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GuiDriver()
Method Detail |
public static void main(java.lang.String[] args)
args
- Arguments for runnung the program.public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- Action event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |