| Package | Description |
|---|---|
| game |
| Modifier and Type | Method and Description |
|---|---|
static Manager.Notification |
Manager.Notification.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Manager.Notification[] |
Manager.Notification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Manager.truckNotification(Truck t,
Manager.Notification message)
Called by Truck t to notify the manager that something has occurred.
|