C# Class MCAEmotiv.GUI.Animation.RestView

A simple view that displays nothing for the specified time (or indefinitely, if time is negative).
Inheritance: AbstractTimedView
Mostrar archivo Open project: madelson/Emotiv-Experimenter

Public Methods

Method Description
RestView ( int restTimeMillis ) : System

Construct a rest view with the speficied display time

Method Details

RestView() public method

Construct a rest view with the speficied display time
public RestView ( int restTimeMillis ) : System
restTimeMillis int
return System