Interface Restartable
- All Known Subinterfaces:
IdentifierFactory<I>,Manager<I,B>
public interface Restartable
Implemented by objects that can be restarted.
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
start
void start()Starts this object. -
stop
void stop()Stops this object.
-