|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthttptester.CurrencyFinder
public class CurrencyFinder
Finds a the set value of given currency at a given bank. Implements the Runnable interface to compute in a new thread Implements the CommandListener interface to listen to the EXIT Command
Constructor Summary | |
---|---|
CurrencyFinder(javax.microedition.midlet.MIDlet parent,
javax.microedition.lcdui.Form screen)
Constructor to initialize data. |
Method Summary | |
---|---|
void |
commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable display)
Handles commandAction() event of CommandListener interface |
void |
run()
Implents run() method of Runnable interface. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CurrencyFinder(javax.microedition.midlet.MIDlet parent, javax.microedition.lcdui.Form screen)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public void commandAction(javax.microedition.lcdui.Command command, javax.microedition.lcdui.Displayable display)
commandAction
in interface javax.microedition.lcdui.CommandListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |