Package org.aksw.commons.util.lifecycle
Interface LifeCycle
- All Known Implementing Classes:
LifeCycleBase
public interface LifeCycle
A very basic life cycle for things that can start and end
- Author:
- raven
-
Method Summary
-
Method Details
-
start
void start() -
finish
void finish()
-