Package org.n52.janmayen.lifecycle
Interface Destroyable
-
- All Known Implementing Classes:
EventListenerRegistrator
public interface Destroyable- Since:
- 1.0.0
- See Also:
PreDestroy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()Destroys this object.
-