Class PresentationRunner

java.lang.Object
com.storedobject.ui.PresentationRunner
All Implemented Interfaces:
Executable, Runnable

public abstract class PresentationRunner extends Object implements Executable
Presentation runner to present multiple UI logic in sequence. Each UI logic will stay for the specified time. The logic really doesn't have to be UI logic. Instead, you could pass any Runnable, too.
Author:
Syam