Methods Summary |
---|
public void | handleCallSeriallyEvent()Called by event delivery to batch process
all pending serial callbacks.
|
public void | handleCommandEvent(int cmdId)Called by event delivery when an abstract Command is fired.
The parameter is an index into the list of Commands that are
current, i.e. those associated with the visible Screen.
TBD: param screenId Id of the command target (Displayable)
|
public void | handleInputMethodEvent(java.lang.String inputText)Called by event delivery when an input method event is processed.
|
public void | handleInvalidateEvent()Called by event delivery to process a Form invalidation.
|
public void | handleKeyEvent(int keyType, int keyCode)Called by event delivery when a key press,release or repeate event
needs to be processed.
|
public void | handlePeerStateChangeEvent(int modelVersion, int itemPeerId, int hint)Called by event delivery to notify an ItemLF in current DisplayableLF
of a change in its native peer state.
|
public void | handlePointerEvent(int pointerType, int x, int y)Called by event delivery when a pointer press,release or drag event
needs to be processed.
|
public void | handleRepaintEvent(int x1, int y1, int x2, int y2, java.lang.Object target)Called by event delivery when a repaint should occur.
|
public void | handleRotationEvent()
|
public void | handleScreenChangeEvent(javax.microedition.lcdui.Displayable screen)Called by event delivery when a screen change needs to occur.
|
public void | handleScreenRepaintEvent()
|