Interface Startable
-
public interface Startable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
start()
void
stop()
-
-
-
Method Detail
-
start
void start() throws StartingException
- Throws:
StartingException
-
stop
void stop() throws StoppingException
- Throws:
StoppingException
-
-