|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PopupListener | |
bluegammon | The bluegammon package contains static resources of the Bluegammon game. |
bluegammon.gui | The bluegammon.gui package contains classes related to presentation and
user interaction of the Bluegammon game. |
bluegammon.gui.popup | The bluegammon.gui.popup package contains the general functionality for drawing a popup
and handle the interaction. |
bluegammon.logic | The bluegammon.logic package contains logic aspects of the backgammon game. |
Uses of PopupListener in bluegammon |
Classes in bluegammon that implement PopupListener | |
class |
Bluegammon
The Bluegammon class represents the Bluegammon MIDlet
game altogether. |
Methods in bluegammon with parameters of type PopupListener | |
static Popup |
Bluegammon.showPopup(char[] text,
char[][] altTexts,
int timeOutInSeconds,
int defaultChoice,
int timeOutChoice,
PopupListener listener)
Shows a popup on the device display, enabling the user to make a choice amongst specified alternatives. |
Uses of PopupListener in bluegammon.gui |
Classes in bluegammon.gui that implement PopupListener | |
class |
BluetoothClientWorkflow
Handles the different steps of connecting to a server as a client. |
class |
BluetoothServerWorkflow
Handles the different steps of setting up a server and awaiting a client. |
Uses of PopupListener in bluegammon.gui.popup |
Methods in bluegammon.gui.popup with parameters of type PopupListener | |
void |
Popup.init(char[] text,
char[][] altTexts,
byte timeOut,
byte defaultAlt,
byte timeOutAlt,
PopupListener listener,
int width,
int height)
Initializes this popup. |
Uses of PopupListener in bluegammon.logic |
Classes in bluegammon.logic that implement PopupListener | |
class |
LocalPlayer
A local player has access to the actual device. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |