public interface ShutdownListenable
Modifier and Type | Method and Description |
---|---|
<A> void |
addShutdownListener(EventListener<A> shutdownListener,
A attachment)
Add a shutdown listener.
|
<A> void addShutdownListener(EventListener<A> shutdownListener, A attachment)
A
- the attachment typeshutdownListener
- the listenerattachment
- the attachment value to pass to the listenerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.