bluegammon.gui.popup
Interface PopupListener
- All Known Implementing Classes:
- Bluegammon, BluetoothClientWorkflow, BluetoothServerWorkflow, LocalPlayer
- public interface PopupListener
Implementations of this class are reported when users selects
an alternative in a popup.
- Author:
- Peter Andersson
Method Summary |
void |
selectedChoice(byte choice,
boolean timeOut)
Called when an selection has been made. |
selectedChoice
public void selectedChoice(byte choice,
boolean timeOut)
- Called when an selection has been made.
- Parameters:
choice
- The index of the alternatives that were chosen.timeOut
- True if the choice was made because of a time out.