private static final class SimpleShutdownListenable.Registration<A>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private A |
attachment |
private EventListener<A> |
listener |
| Modifier | Constructor and Description |
|---|---|
private |
Registration(EventListener<A> listener,
A attachment) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
run() |
private final EventListener<A> listener
private final A attachment
private Registration(EventListener<A> listener, A attachment)