public class BroadcastReceiver
extends java.lang.Object
Constructor | Description |
---|---|
BroadcastReceiver(JoinGameMenuController controller) |
Creates the broadcast receiver and starts receiving messages
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
getActiveHosts() |
Getter for the list of active hosts
|
void |
shutdown() |
Shutdown the broadcaster
|
public BroadcastReceiver(JoinGameMenuController controller)
controller
- The controller for this receiver