|
trassare.com | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.trassare.calculator.ui.SaveListener
public class SaveListener
Handles the saving of the session results.
| Constructor Summary | |
|---|---|
SaveListener(LCDPanel inDisplay,
JFrame inFrame,
Properties inAppProps)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent evt)
Save the file. |
void |
doExitSave()
Perform the save operation if necessary. |
void |
doSave()
Perform the saving action. |
static boolean |
isLastResult()
|
static void |
setLastResult(boolean inLastResult)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SaveListener(LCDPanel inDisplay,
JFrame inFrame,
Properties inAppProps)
inDisplay - the LCDPanel from which to pull results.inFrame - the application's frame.inAppProps - the application properties| Method Detail |
|---|
public static boolean isLastResult()
public static void setLastResult(boolean inLastResult)
inLastResult - The last result to set.public final void actionPerformed(ActionEvent evt)
actionPerformed in interface ActionListenerevt - the save eventpublic final void doSave()
public final void doExitSave()
|
trassare.com | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||