public interface Startable
| Modifier and Type | Method and Description |
|---|---|
default Task<?> |
start()
It must be possible to call start twice without errors.
|
default Task<?> |
stop()
It must be possible to call stop twice.
|
default Task<?> start()
default Task<?> stop()
Copyright © 2019 Electronic Arts Inc. All rights reserved.