-
- 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 TaddListener(ShutdownListener... listener)TremoveAllShutdownListeners()TremoveListener(ShutdownListener... listener)
-
-
-
Method Detail
-
removeAllShutdownListeners
T removeAllShutdownListeners()
-
addListener
T addListener(ShutdownListener... listener)
-
removeListener
T removeListener(ShutdownListener... listener)
-
-