-
- All Superinterfaces:
EventProducer
- All Known Subinterfaces:
Context
public interface ShutdownEventProducer<T> extends EventProducer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
addListener(ShutdownListener... listener)
T
removeAllShutdownListeners()
T
removeListener(ShutdownListener... listener)
-
-
-
Method Detail
-
removeAllShutdownListeners
T removeAllShutdownListeners()
-
addListener
T addListener(ShutdownListener... listener)
-
removeListener
T removeListener(ShutdownListener... listener)
-
-