example.auction
Class NewTicketAuction.SetMenuForm
java.lang.Object
javax.microedition.lcdui.Displayable
javax.microedition.lcdui.Screen
javax.microedition.lcdui.Form
example.auction.NewTicketAuction.SetMenuForm
- All Implemented Interfaces:
- javax.microedition.lcdui.CommandListener, javax.microedition.lcdui.ItemStateListener
- Enclosing class:
- NewTicketAuction
class NewTicketAuction.SetMenuForm
- extends javax.microedition.lcdui.Form
- implements javax.microedition.lcdui.CommandListener, javax.microedition.lcdui.ItemStateListener
Method Summary |
void |
commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable s)
|
void |
itemStateChanged(javax.microedition.lcdui.Item item)
|
void |
settings(boolean[] musicChoice,
int updateChoice,
int volumeValue,
long curTimeMillisDelta)
|
Methods inherited from class javax.microedition.lcdui.Form |
append, append, append, delete, deleteAll, get, getHeight, getWidth, insert, set, setItemStateListener, size |
Methods inherited from class javax.microedition.lcdui.Displayable |
addCommand, getTicker, getTitle, isShown, removeCommand, setCommandListener, setTicker, setTitle, sizeChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timerService
java.util.Timer timerService
tickerCg
javax.microedition.lcdui.ChoiceGroup tickerCg
updatesCg
javax.microedition.lcdui.ChoiceGroup updatesCg
gauge
javax.microedition.lcdui.Gauge gauge
dateTimeItem
javax.microedition.lcdui.DateField dateTimeItem
updateChoice
int updateChoice
volumeValue
int volumeValue
musicChoice
boolean[] musicChoice
systemCurrentDate
boolean systemCurrentDate
setTimeMillisDelta
long setTimeMillisDelta
curTimeMillisDelta
long curTimeMillisDelta
NewTicketAuction.SetMenuForm
NewTicketAuction.SetMenuForm()
settings
public void settings(boolean[] musicChoice,
int updateChoice,
int volumeValue,
long curTimeMillisDelta)
commandAction
public void commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable s)
- Specified by:
commandAction
in interface javax.microedition.lcdui.CommandListener
itemStateChanged
public void itemStateChanged(javax.microedition.lcdui.Item item)
- Specified by:
itemStateChanged
in interface javax.microedition.lcdui.ItemStateListener