Interface Runner

All Superinterfaces:
Runnable
All Known Implementing Classes:
AbstractRunner

public interface Runner extends Runnable
Interface for all Runners (periodic threads used in dispatcher/engine). It handles "stop" flag, so thread should know, when to stop and can be stopped from outside.
Author:
David Ĺ arman