()
| 463 | } |
| 464 | |
| 465 | @Override |
| 466 | public String toString() { |
| 467 | return getClass().getSimpleName() + " [" + state() + "]"; |
| 468 | } |
| 469 | |
| 470 | /** |
| 471 | * Attempts to execute all the listeners in {@link #listeners} while not holding the |
nothing calls this directly
no test coverage detected