C# Class MCAEmotiv.GUI.Animation.RestView

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

Méthodes publiques

Méthode Description
RestView ( int restTimeMillis ) : System

Construct a rest view with the speficied display time

Method Details

RestView() public méthode

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