C# Class MCAEmotiv.GUI.Animation.AbstractTimedView

Implements a view that finishes after a fixed time limit. A negative display time causes the view to display forever. Does not set a result.
Inheritance: View
Mostrar archivo Open project: madelson/Emotiv-Experimenter

Public Methods

Method Description
AbstractTimedView ( int displayTimeMillis ) : System

Constructs a timed view with the given display time. A negative display time value causes the view to display indefinitely.

Method Details

AbstractTimedView() public method

Constructs a timed view with the given display time. A negative display time value causes the view to display indefinitely.
public AbstractTimedView ( int displayTimeMillis ) : System
displayTimeMillis int
return System