a child is ready to perform some specific operation.
| 4 | * a child is ready to perform some specific operation. |
| 5 | */ |
| 6 | public class Ready implements Event { |
| 7 | @Override |
| 8 | public String toString() { |
| 9 | return "Ready: {}"; |
| 10 | } |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected