| Package | Description |
|---|---|
| com.codename1.impl |
The implementation package should not be used by developers, it is an internal implementation detail
which will break compatibility between major Codename One releases.
|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodenameOneImplementation.postMessage(MessageEvent message)
Posts a message to the native platform.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Display.dispatchMessage(MessageEvent evt)
Dispatches a message to all of the registered listeners.
|
void |
Display.postMessage(MessageEvent message)
Posts a message to the native platform.
|
static void |
CN.postMessage(MessageEvent message)
Posts a message to the native platform.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Display.addMessageListener(ActionListener<MessageEvent> l)
Adds a listener to receive messages from the native platform.
|
static void |
CN.addMessageListener(ActionListener<MessageEvent> l)
Adds a listener to receive messages from the native platform.
|
void |
Display.removeMessageListener(ActionListener<MessageEvent> l)
Removes a listener from receiving messages from the native platform.
|
static void |
CN.removeMessageListener(ActionListener<MessageEvent> l)
Removes a listener from receiving messages from the native platform.
|
Copyright © 2022. All rights reserved.